Only install NoMachine on work machines
This commit is contained in:
parent
955b3a74e8
commit
d740a70ff1
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue