dot_testing/modules/gnupg.nix

9 lines
112 B
Nix

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