diff --git a/home-manager/features/desktop/dwm/default.nix b/home-manager/features/desktop/dwm/default.nix index 9e7e26a..22e09aa 100644 --- a/home-manager/features/desktop/dwm/default.nix +++ b/home-manager/features/desktop/dwm/default.nix @@ -34,7 +34,7 @@ xorg.xinput brightnessctl xclip - gnome.gnome-keyring + # gnome.gnome-keyring feh alsaUtils cinnamon.nemo diff --git a/hosts/common/services.nix b/hosts/common/services.nix index a464ff6..6cf6060 100644 --- a/hosts/common/services.nix +++ b/hosts/common/services.nix @@ -46,6 +46,7 @@ programs.gnupg.agent = { enable = true; enableSSHSupport = true; + pinentryPackage = "curses"; settings = { max-cache-ttl = 60480000; default-cache-ttl = 60480000;