15 lines
148 B
Nix

{
...
}:
{
home.programs.gpg = {
enable = true;
};
home.services.gpg-agent = {
enable = true;
enableSshSupport = true;
};
}