feat: add git configs
This commit is contained in:
parent
5165cbae07
commit
5d825d97ce
1 changed files with 16 additions and 0 deletions
|
@ -15,4 +15,20 @@
|
||||||
theme = "Catppuccin-Mocha";
|
theme = "Catppuccin-Mocha";
|
||||||
font.name = "JetBrainsMono Nerd Font";
|
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;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue