cos/gnupg.nix

5 lines
118 B
Nix
Raw Normal View History

2025-11-16 10:46:52 -05:00
{pkgs, ...}: {
programs.gnupg.agent.enable = true;
programs.gnupg.agent.pinentryPackage = pkgs.pinentry-curses;
}