about summary refs log tree commit diff
diff options
context:
space:
mode:
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";