qenya/git: Update config key names

This commit is contained in:
Katherina Walshe-Grey 2025-12-06 11:43:00 +00:00
parent 22161de954
commit 18716e58ca

View file

@ -3,9 +3,9 @@
{ {
programs.git = { programs.git = {
enable = true; enable = true;
userName = "Katherina Walshe-Grey"; settings = {
userEmail = "git@qenya.tel"; user.email = "git@qenya.tel";
extraConfig = { user.name = "Katherina Walshe-Grey";
init.defaultBranch = "main"; init.defaultBranch = "main";
pull.rebase = true; pull.rebase = true;
push.autoSetupRemote = true; push.autoSetupRemote = true;