From 23aed6cdb0da8c8f2931592ef33273829040499c Mon Sep 17 00:00:00 2001 From: jolheiser Date: Wed, 27 Mar 2024 21:25:05 -0500 Subject: [PATCH] fix: pinentryPackage Signed-off-by: jolheiser --- apps/nogui/gpg.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/nogui/gpg.nix b/apps/nogui/gpg.nix index 96ab6d7..dac1043 100644 --- a/apps/nogui/gpg.nix +++ b/apps/nogui/gpg.nix @@ -32,5 +32,6 @@ in { enable = true; enableExtraSocket = true; enableSshSupport = true; + pinentryPackage = pkgs.pinentry-gnome3; }; }