blob: a064ed07f17b6499c16883506a496ccfa53c8484 [file] [log] [blame]
{ pkgs, ... }: {
programs.gpg.enable = true;
services.gpg-agent = {
enable = true;
pinentryFlavor = "qt";
};
home.packages = with pkgs; [
pinentry_qt
];
}