diff --git a/features/protonvpn.nix b/features/protonvpn.nix index 08f325e..5f6edf7 100644 --- a/features/protonvpn.nix +++ b/features/protonvpn.nix @@ -3,6 +3,7 @@ { environment.systemPackages = with pkgs; [ protonvpn-cli + protonvpn-gui ]; security.sudo.extraRules = [ diff --git a/flake.nix b/flake.nix index e88e0f5..6792896 100644 --- a/flake.nix +++ b/flake.nix @@ -66,6 +66,7 @@ ./features/kde.nix ./features/desktopish/guiapps.nix ./features/server/devserver.nix + ./features/protonvpn.nix ./features/ema/emanote.nix ./features/server/harden.nix #./features/virtualbox.nix