Skip to content

Commit 06dbd21

Browse files
committed
chore(apps.git): align userName and userEmail on all platform
1 parent da24756 commit 06dbd21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/apps/git.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
git = {
33
enable = true;
4-
userName = "CharlesChiuGit";
5-
userEmail = "[email protected]";
4+
userName = "charliie-dev";
5+
userEmail = "[email protected]";
66
ignores = [
77
"*/.env"
88
"./.DS_Store"

0 commit comments

Comments
 (0)