summaryrefslogtreecommitdiff
path: root/home/ebisu/core/system/encryption/proton.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-23 03:16:27 -0700
committerFuwn <[email protected]>2024-10-23 03:16:27 -0700
commite2dca7a369dcfbac2c52811845b982eef9830271 (patch)
tree799596674c0cd8970fa1e3c8034a44b9521f1bf4 /home/ebisu/core/system/encryption/proton.nix
parenthome: move language to shared (diff)
downloadnixos-config-e2dca7a369dcfbac2c52811845b982eef9830271.tar.xz
nixos-config-e2dca7a369dcfbac2c52811845b982eef9830271.zip
home: move proton packages to module
Diffstat (limited to 'home/ebisu/core/system/encryption/proton.nix')
-rw-r--r--home/ebisu/core/system/encryption/proton.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/home/ebisu/core/system/encryption/proton.nix b/home/ebisu/core/system/encryption/proton.nix
new file mode 100644
index 0000000..5de4616
--- /dev/null
+++ b/home/ebisu/core/system/encryption/proton.nix
@@ -0,0 +1,8 @@
+{ pkgs, ... }:
+{
+ home.packages = with pkgs; [
+ proton-pass
+ protonvpn-cli_2
+ protonvpn-gui
+ ];
+}