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

8 lines
83 B
Nix

{
services.gpg-agent = {
enable = true;
pinentryFlavor = "gtk2";
};
}