fix(git): use renamed settings.user.{name,email} options

This commit is contained in:
2026-04-13 22:56:14 +08:00
parent 235b81c21e
commit 895b3c2978
+2 -2
View File
@@ -3,10 +3,10 @@
{
programs.git = {
enable = true;
userName = "imbytecat";
userEmail = "imbytecat@gmail.com";
signing.format = null;
settings = {
user.name = "imbytecat";
user.email = "imbytecat@gmail.com";
merge.conflictstyle = "zdiff3";
pull.rebase = true;
push.autoSetupRemote = true;