Revert "Remove zoom (installed)"

This reverts commit 89fbcb8af2.
This commit is contained in:
Evie Litherland-Smith 2023-11-22 08:50:17 +00:00
parent 57e73dc3ef
commit 393b741697
2 changed files with 2 additions and 1 deletions

View file

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

View file

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