feat: add git configs

This commit is contained in:
Ashhhleyyy 2023-10-06 16:26:45 +01:00
parent 5165cbae07
commit 5d825d97ce
Signed by: ash
GPG key ID: 83B789081A0878FB

View file

@ -15,4 +15,20 @@
theme = "Catppuccin-Mocha";
font.name = "JetBrainsMono Nerd Font";
};
programs.git = {
enable = true;
userName = "Ashhhleyyy";
userEmail = "ash@ashhhleyyy.dev";
signing = {
key = "83B789081A0878FB";
signByDefault = true;
};
};
programs.gpg = {
enable = true;
mutableKeys = true;
mutableTrust = rue;
};
}