This commit is contained in:
muon 2024-09-14 14:30:04 +00:00
parent 103f7c4813
commit 6103a43011
4 changed files with 47 additions and 24 deletions

View file

@ -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;
# };