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 = {
enable = true;
userName = "Katherina Walshe-Grey";
userEmail = "git@qenya.tel";
extraConfig = {
settings = {
user.email = "git@qenya.tel";
user.name = "Katherina Walshe-Grey";
init.defaultBranch = "main";
pull.rebase = true;
push.autoSetupRemote = true;