nixpkgs/home/services/gpg-agent.nix

12 lines
122 B
Nix

{
pkgs
}:
{
enable = true;
defaultCacheTtl = 3600;
maxCacheTtl = 36000;
pinentryPackage = pkgs.pinentry-qt;
}