Remove zoom (installed)

This commit is contained in:
Evie Litherland-Smith 2023-11-21 17:24:38 +00:00
parent b80ec99cd2
commit 89fbcb8af2
2 changed files with 1 additions and 2 deletions

View file

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

View file

@ -15,6 +15,6 @@
etc."ppp/options".text = '' etc."ppp/options".text = ''
ipcp-accept-remote ipcp-accept-remote
''; '';
systemPackages = with pkgs; [ openfortivpn zoom-us ]; systemPackages = with pkgs; [ openfortivpn ];
}; };
} }