Fixed git homemanager

This commit is contained in:
Jurn Wubben 2025-06-24 09:32:25 +02:00
parent b89851e6d6
commit 4a045e60c7

View file

@ -6,6 +6,6 @@
userName = "Jurn Wubben"; userName = "Jurn Wubben";
extraConfig.push.autoSetupRemote = true; extraConfig.push.autoSetupRemote = true;
}; };
git-credential-oauth = true; git-credential-oauth.enable = true;
}; };
} }