From 55ba8d251cee25c42bd87a4a68c967608aaa85a1 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sat, 23 Oct 2021 21:38:14 -0400 Subject: [PATCH] protonvpn gui --- features/protonvpn.nix | 1 + flake.nix | 1 + 2 files changed, 2 insertions(+) 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