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 = { home = {
packages = with pkgs; [ packages = with pkgs; [
wl-clipboard wl-clipboard
libreoffice-fresh
evince evince
image-roll image-roll
clapper clapper
@ -26,8 +27,6 @@
webcord webcord
signal-desktop signal-desktop
whatsapp-for-linux whatsapp-for-linux
nomachine-client
libreoffice-fresh
]; ];
file.${config.gtk.gtk2.configLocation}.force = true; file.${config.gtk.gtk2.configLocation}.force = true;
}; };

View file

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