diff --git a/flake.nix b/flake.nix index 470c5004..ca14c44e 100644 --- a/flake.nix +++ b/flake.nix @@ -97,6 +97,7 @@ "steam-run" "discord" "nomachine-client" + "zoom" ]; system = { inherit stateVersion; }; networking = { diff --git a/hosts/Ronin/configuration.nix b/hosts/Ronin/configuration.nix index 07907fc4..2193a81a 100644 --- a/hosts/Ronin/configuration.nix +++ b/hosts/Ronin/configuration.nix @@ -15,6 +15,6 @@ etc."ppp/options".text = '' ipcp-accept-remote ''; - systemPackages = with pkgs; [ openfortivpn ]; + systemPackages = with pkgs; [ openfortivpn zoom-us ]; }; }