diff --git a/home/common/default.nix b/home/common/default.nix index 9ee2922..f5c88e8 100644 --- a/home/common/default.nix +++ b/home/common/default.nix @@ -33,6 +33,8 @@ bluetui bottom cargo + catimg + chafa clock-rs compose2nix diff-so-fancy @@ -129,6 +131,7 @@ }; gpg-agent = { enable = true; + maxCacheTtl = 604800; defaultCacheTtl = 604800; defaultCacheTtlSsh = 604800; enableSshSupport = true; diff --git a/home/common/pass.nix b/home/common/pass.nix index 43d99f2..aa83027 100644 --- a/home/common/pass.nix +++ b/home/common/pass.nix @@ -26,12 +26,12 @@ in { }; }; - services = { - # Enable pass to integrate with the libsecret D-Bus API for password management - pass-secret-service = { - enable = true; - }; - }; + # services = { + # # Enable pass to integrate with the libsecret D-Bus API for password management + # pass-secret-service = { + # enable = true; + # }; + # }; # home.file.".config/pass-git-helper" = { # source = ./git-pass-mapping; diff --git a/home/gui/services.nix b/home/gui/services.nix index 9432d0d..755702e 100644 --- a/home/gui/services.nix +++ b/home/gui/services.nix @@ -6,7 +6,7 @@ ... }: { services = { - # gnome-keyring = {enable = true;}; + gnome-keyring = {enable = true;}; ssh-agent = {enable = lib.mkForce false;}; wlsunset = { enable = true;