From 68c2bcef119e61c681887b276e70be536dd80958 Mon Sep 17 00:00:00 2001 From: fruchti Date: Mon, 1 May 2023 15:04:03 +0200 Subject: [PATCH] GNOME: Default to graphical pinentry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Evolution’s gpg integration will not work otherwise. --- hosts/gnome.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/gnome.nix b/hosts/gnome.nix index 41fe11d..a97b04d 100644 --- a/hosts/gnome.nix +++ b/hosts/gnome.nix @@ -21,7 +21,7 @@ gnome.gnome-tweaks gnome.gnome-shell-extensions gnomeExtensions.caffeine gnomeExtensions.tray-icons-reloaded gnomeExtensions.x11-gestures gnomeExtensions.git # gnome.nautilus-python nautilus-open-any-terminal - pinentry-curses + pinentry-gnome (callPackage ../packages/alias.nix { inputPackage = kitty; inputName = "kitty"; @@ -36,7 +36,7 @@ # })) ]; - programs.gnupg.agent.pinentryFlavor = "curses"; + programs.gnupg.agent.pinentryFlavor = "gnome3"; environment.gnome.excludePackages = (with pkgs; [ gnome-photos