Add teams and zoom clients
This commit is contained in:
parent
afaafd0b88
commit
4cb90dc41d
|
@ -102,6 +102,7 @@
|
|||
"steam-run"
|
||||
"discord"
|
||||
"nomachine-client"
|
||||
"zoom"
|
||||
];
|
||||
system = { inherit stateVersion; };
|
||||
networking = {
|
||||
|
|
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue