diff options
author | sefidel <contact@sefidel.net> | 2024-01-01 22:49:30 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-01-01 22:49:30 +0900 |
commit | 25fc3af9ed43346a56dbb925e9213adfd98098eb (patch) | |
tree | ee3f904920a7288eddb47032f24243eef6b43365 /home | |
parent | 069c0191799519ea913aec7a4e4bdac9755475ef (diff) | |
download | nixrc-25fc3af9ed43346a56dbb925e9213adfd98098eb.tar.gz nixrc-25fc3af9ed43346a56dbb925e9213adfd98098eb.zip |
feat(home/security): add protonvpn-gui
Diffstat (limited to 'home')
-rw-r--r-- | home/profiles/security/default.nix | 2 |
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 ]; }; } |