diff --git a/configurations/citrix.nix b/configurations/citrix.nix new file mode 100644 index 00000000..84f6db7c --- /dev/null +++ b/configurations/citrix.nix @@ -0,0 +1,8 @@ +{ ... }: { + custom.zfs.homeLinks = [ + { path = ".ICAClient"; type = "data"; } + ]; + home-manager.users.charlotte = { pkgs, ... }: { + home.packages = with pkgs; [ citrix_workspace ]; + }; +} diff --git a/configurations/mumble.nix b/configurations/mumble.nix new file mode 100644 index 00000000..3ba4ec98 --- /dev/null +++ b/configurations/mumble.nix @@ -0,0 +1,10 @@ +{ ... }: { + custom.zfs.homeLinks = [ + { path = ".config/Mumble"; type = "data"; } + { path = ".local/share/Mumble"; type = "data"; } + ]; + + home-manager.users.charlotte = { pkgs, ... }: { + home.packages = with pkgs; [ mumble ]; + }; +} diff --git a/profiles/graphical.nix b/profiles/graphical.nix index 0119a57c..dbbc1a0d 100644 --- a/profiles/graphical.nix +++ b/profiles/graphical.nix @@ -3,6 +3,7 @@ { imports = [ ../configurations/adb.nix + ../configurations/citrix.nix ../configurations/docker.nix ../configurations/dropbox.nix ../configurations/firefox.nix @@ -13,6 +14,7 @@ ../configurations/kernel.nix ../configurations/kitty.nix ../configurations/mounts.nix + ../configurations/mumble.nix ../configurations/networkmanager.nix ../configurations/sound.nix ../configurations/sway.nix @@ -26,13 +28,11 @@ home-manager.users.charlotte = { pkgs, ... }: { home.packages = with pkgs; [ chromium - citrix_workspace deluge google-chrome hledger libreoffice mpv - mumble okular pavucontrol ranger