Add teams and zoom clients

This commit is contained in:
Evie Litherland-Smith 2023-11-20 10:26:15 +00:00
parent afaafd0b88
commit 4cb90dc41d
2 changed files with 2 additions and 1 deletions

View file

@ -102,6 +102,7 @@
"steam-run"
"discord"
"nomachine-client"
"zoom"
];
system = { inherit stateVersion; };
networking = {

View file

@ -15,7 +15,7 @@
etc."ppp/options".text = ''
ipcp-accept-remote
'';
systemPackages = with pkgs; [ openfortivpn ];
systemPackages = with pkgs; [ openfortivpn teams-for-linux zoom-us ];
};
programs.chromium.homepageLocation = "https://nucleus.ukaea.uk";
}