flocon/config/home-manager/terminal/programs/gnupg.nix

8 lines
151 B
Nix

{
programs.gpg.enable = true;
services.gpg-agent = {
enable = true;
enableBashIntegration = true;
enableFishIntegration = true;
};
}