From bc6ab255ed8a2ec8bf273de2c24aa1270da9871b Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Wed, 13 Nov 2024 15:49:49 +0200 Subject: [PATCH] feat: pinentry is so stupid --- systems/hosts/alice/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/hosts/alice/default.nix b/systems/hosts/alice/default.nix index d901254..d4b2805 100644 --- a/systems/hosts/alice/default.nix +++ b/systems/hosts/alice/default.nix @@ -48,6 +48,7 @@ services.pcscd.enable = true; programs.gnupg.agent.enable = true; + programs.gnupg.agent.pinentryPackage = pkgs.pinentry-gnome3; system.stateVersion = "24.05"; } -- 2.44.1