about summary refs log tree commit diff
path: root/hosts/home.nix
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-10-13 12:46:44 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-10-13 12:46:44 +0200
commit7043316bd7ccd6444674af462f801656fa947e2f (patch)
tree9a246e515ab6d5f83afd8615cc3e7dc424f84009 /hosts/home.nix
parentModule: Git-server: Remove (diff)
downloadnixos-config-7043316bd7ccd6444674af462f801656fa947e2f.tar.gz
nixos-config-7043316bd7ccd6444674af462f801656fa947e2f.tar.bz2
nixos-config-7043316bd7ccd6444674af462f801656fa947e2f.zip
Hosts: Home: Add password-manager
Diffstat (limited to '')
-rw-r--r--hosts/home.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/home.nix b/hosts/home.nix
index fb83bfc..e52f7a4 100644
--- a/hosts/home.nix
+++ b/hosts/home.nix
@@ -65,6 +65,12 @@
   };
 
   programs = {
+    password-store = {
+      enable = true;
+      settings = {
+        "PASSWORD_STORE_KEY" = "18BE4F736F27FC190C1E1000BB3C0BC698650937";
+      };
+    };
     xmobar = {
       enable = true;
       extraConfig = builtins.readFile "${dotfiles}/xmobar.hs";