From d740a70ff1f33b5a4b32af37341d20675c2afc62 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 31 Oct 2024 05:37:40 +0000 Subject: [PATCH] Only install NoMachine on work machines --- system/home/desktop/default.nix | 3 +-- system/home/work.nix | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) 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 ];