Files
nixos/home/programs/gpg.nix
T
2026-05-09 16:18:53 +05:30

8 lines
55 B
Nix

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