diff --git a/system/home/desktop/default.nix b/system/home/desktop/default.nix index 4b15bc50..a7bc9456 100644 --- a/system/home/desktop/default.nix +++ b/system/home/desktop/default.nix @@ -16,6 +16,7 @@ home = { packages = with pkgs; [ wl-clipboard + libreoffice-fresh evince image-roll clapper @@ -26,8 +27,6 @@ webcord signal-desktop whatsapp-for-linux - nomachine-client - libreoffice-fresh ]; file.${config.gtk.gtk2.configLocation}.force = true; }; diff --git a/system/home/work.nix b/system/home/work.nix index 580584ba..1fb0c88b 100644 --- a/system/home/work.nix +++ b/system/home/work.nix @@ -7,6 +7,7 @@ { imports = [ ./openfortivpn/ukaea.nix ]; home.packages = with pkgs; [ + nomachine-client teams-for-linux twinkle ];