nixos-config/sys/profiles/programs/gpg.nix
2025-06-07 17:28:58 +02:00

5 lines
55 B
Nix

{
programs.gnupg.agent = {
enable = true;
};
}