configuration.nix/home/services/gpg-agent.nix
2024-03-18 20:45:51 +05:30

9 lines
136 B
Nix

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