fixing git user settings

This commit is contained in:
2025-11-22 05:40:43 -05:00
parent 27565173d4
commit 391e37b746
5 changed files with 20 additions and 10 deletions

View File

@@ -1,9 +1,11 @@
{
programs.git = {
enable = true;
userEmail = "Richie@tmmworkshop.com";
userName = "Richie Cahill";
settings = {
user = {
email = "Richie@tmmworkshop.com";
name = "Richie Cahill";
};
pull.rebase = true;
color.ui = true;
};