dot_testing/modules/gnupg.nix

10 lines
141 B
Nix

{ lib, config, pkgs, ...}:
{
programs.gnupg.agent = {
enable = true;
pinentryFlavor = "gtk2";
enableSSHSupport = true;
};
}