diff --git a/modules/graphical.nix b/modules/graphical.nix index 62487a8..d645085 100644 --- a/modules/graphical.nix +++ b/modules/graphical.nix @@ -149,6 +149,7 @@ in { gnupg.agent = { enable = true; enableSSHSupport = true; + pinentryPackage = pkgs.pinentry-qt; }; adb.enable = true; fuse.userAllowOther = true;