nixos-config/home/cli/gpg.nix
2025-06-07 17:28:58 +02:00

5 lines
47 B
Nix

{
programs.gpg = {
enable = true;
};
}