cos/gnupg.nix
2025-11-16 10:46:52 -05:00

4 lines
118 B
Nix

{pkgs, ...}: {
programs.gnupg.agent.enable = true;
programs.gnupg.agent.pinentryPackage = pkgs.pinentry-curses;
}