mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Add i2p
This commit is contained in:
parent
103f7c4813
commit
6103a43011
4 changed files with 47 additions and 24 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, lib, config, ... }: {
|
||||
{ pkgs, lib, config, osConfig, ... }: {
|
||||
options.mods.desktop.productivity.enable =
|
||||
lib.mkEnableOption "enables gui productivity tools";
|
||||
|
||||
|
|
@ -6,6 +6,8 @@
|
|||
home.packages = with pkgs; [
|
||||
# ISO downloader
|
||||
qbittorrent
|
||||
xd
|
||||
biglybt
|
||||
# transmission_4-gtk
|
||||
|
||||
# email
|
||||
|
|
@ -33,6 +35,14 @@
|
|||
};
|
||||
};
|
||||
|
||||
xdg.desktopEntries = lib.mkIf osConfig.mods.i2p.enable {
|
||||
i2p-browser = {
|
||||
name = "i2p Browser";
|
||||
genericName = "Web Browser";
|
||||
exec = "${pkgs.mullvad-browser}/bin/mullvad-browser -p i2p";
|
||||
};
|
||||
};
|
||||
|
||||
# programs.qutebrowser = {
|
||||
# enable = true;
|
||||
# };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue