about summary refs log tree commit diff
path: root/home/profiles/security/default.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-01-01 22:49:30 +0900
committersefidel <contact@sefidel.net>2024-01-01 22:49:30 +0900
commit25fc3af9ed43346a56dbb925e9213adfd98098eb (patch)
treeee3f904920a7288eddb47032f24243eef6b43365 /home/profiles/security/default.nix
parent069c0191799519ea913aec7a4e4bdac9755475ef (diff)
downloadnixrc-25fc3af9ed43346a56dbb925e9213adfd98098eb.tar.gz
nixrc-25fc3af9ed43346a56dbb925e9213adfd98098eb.zip
feat(home/security): add protonvpn-gui
Diffstat (limited to 'home/profiles/security/default.nix')
-rw-r--r--home/profiles/security/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/home/profiles/security/default.nix b/home/profiles/security/default.nix
index 1df0dec..b64de22 100644
--- a/home/profiles/security/default.nix
+++ b/home/profiles/security/default.nix
@@ -17,6 +17,8 @@ in
       pkgs.bitwarden-cli
 
       pkgs.keyutils
+
+      pkgs.protonvpn-gui
     ];
   };
 }