nixos-config/home-manager/modules/gpg.nix

7 lines
54 B
Nix
Raw Normal View History

{
services.gpg-agent = {
enable = true;
};
}