NixFiles/systems/mdesktop/gpg.nix
2023-04-02 18:01:14 +01:00

10 lines
131 B
Nix

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