gpg stuff

This commit is contained in:
Mars 2024-08-04 00:05:33 -04:00
parent 3b1d76f533
commit d41e0276b3
Signed by: pupbrained
GPG key ID: 91B1F40056A01DDF
2 changed files with 2 additions and 0 deletions

View file

@ -48,6 +48,7 @@ with pkgs; {
};
git = {
extraConfig.credential.helper = "libsecret";
signing.key = "91B1F40056A01DDF";
};
};

View file

@ -138,6 +138,7 @@
programs = {
fish.enable = true;
gnupg.agent.enable = true;
ssh.startAgent = true;
};