configuration.nix/hosts/skipper/programs/gnupg.nix
2023-07-11 22:41:18 +05:30

8 lines
148 B
Nix

_: {
programs.gnupg.agent = {
enable = true;
enableExtraSocket = true;
enableSSHSupport = true;
pinentryFlavor = "gnome3";
};
}