feat: pinentry is so stupid
1 files changed, 1 insertions(+), 0 deletions(-) M systems/hosts/alice/default.nix
M systems/hosts/alice/default.nix => systems/hosts/alice/default.nix +1 -0
@@ 48,6 48,7 @@ services.pcscd.enable = true; programs.gnupg.agent.enable = true; + programs.gnupg.agent.pinentryPackage = pkgs.pinentry-gnome3; system.stateVersion = "24.05"; }