This commit is contained in:
lsoriano-mcm
2025-06-23 17:55:39 -05:00
parent f214789d22
commit 3ebe0c9fca
5 changed files with 9 additions and 10 deletions
+2 -2
View File
@@ -2,8 +2,8 @@
programs.git = {
enable = true;
extraConfig = {
user.name = "${general.gitProfile.user}";
user.email = "${general.gitProfile.email}";
user.name = "${general.gitProfile.User}";
user.email = "${general.gitProfile.Email}";
init.defaultBranch = "${general.gitProfile.defaultBranch}";
};
};