configuration.nix/home/services/gpg-agent.nix
2024-03-22 23:59:31 +05:30

9 lines
142 B
Nix

_: {
services = {
gpg-agent = {
enable = true;
enableScDaemon = true;
# pinentryFlavor = "gnome3";
};
};
}