This commit is contained in:
lsoriano-mcm
2025-06-28 17:28:50 -05:00
parent ea86b6f7e5
commit d00c9836d6
5 changed files with 20 additions and 7 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}";
};
};