about summary refs log tree commit diff
path: root/hosts/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/home.nix')
-rw-r--r--hosts/home.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/home.nix b/hosts/home.nix
index a29da70..0e3614c 100644
--- a/hosts/home.nix
+++ b/hosts/home.nix
@@ -104,6 +104,8 @@
       maxCacheTtlSsh = 86400;
     };
 
+    pass-secret-service.enable = true;
+
     emacs = {
       enable = true;
       startWithUserSession = true;
@@ -358,6 +360,8 @@
     configFile."waybar/".source = "${dotfiles}/waybar/";
     configFile."zathura/zathurarc".source = "${dotfiles}/zathurarc";
     configFile."dunst/dunstrc".source = "${dotfiles}/dunstrc";
+
+    dataFile."password-store/.gpg-id".text = lib.head (builtins.attrNames secrets.email);
   };
 
   home.file = {