diff --git a/configurations/deluge.nix b/configurations/deluge.nix new file mode 100644 index 00000000..5269d170 --- /dev/null +++ b/configurations/deluge.nix @@ -0,0 +1,11 @@ +{ ... }: + +{ + home-manager.users.charlotte = { pkgs, ... }: { + home.packages = with pkgs; [ deluge ]; + }; + + custom.zfs.homeLinks = [ + { path = ".config/deluge"; type = "data"; } + ]; +} diff --git a/profiles/graphical.nix b/profiles/graphical.nix index 52372e41..162a965b 100644 --- a/profiles/graphical.nix +++ b/profiles/graphical.nix @@ -4,6 +4,7 @@ imports = [ ../configurations/adb.nix ../configurations/citrix.nix + ../configurations/deluge.nix ../configurations/docker.nix ../configurations/dropbox.nix ../configurations/firefox.nix @@ -27,7 +28,6 @@ home-manager.users.charlotte = { pkgs, ... }: { home.packages = with pkgs; [ chromium - deluge google-chrome hledger libreoffice