From 8a81215522b1e6d2ee09523b8d0b624cc29eb345 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sun, 28 May 2023 13:43:50 +0200 Subject: Home: Add libsecret backend --- hosts/home.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hosts') 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 = { -- cgit 1.4.1