flakes updated

This commit is contained in:
lsoriano-mcm
2025-06-28 17:40:14 -05:00
parent 306ee40129
commit 2d5f115468
4 changed files with 55 additions and 55 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}";
};
};