Only install NoMachine on work machines
This commit is contained in:
parent
955b3a74e8
commit
d740a70ff1
|
@ -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;
|
||||
};
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
{
|
||||
imports = [ ./openfortivpn/ukaea.nix ];
|
||||
home.packages = with pkgs; [
|
||||
nomachine-client
|
||||
teams-for-linux
|
||||
twinkle
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue