Only install NoMachine on work machines

This commit is contained in:
Evie Litherland-Smith 2024-10-31 05:37:40 +00:00
parent 955b3a74e8
commit d740a70ff1
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -7,6 +7,7 @@
{
imports = [ ./openfortivpn/ukaea.nix ];
home.packages = with pkgs; [
nomachine-client
teams-for-linux
twinkle
];