feat(home): add git delta and credential storing

This commit is contained in:
2025-05-08 23:57:30 +03:00
parent 0f799f0cb3
commit 8b2445c9b4

View File

@ -23,7 +23,9 @@
enable = true;
userName = "xezo360hye";
userEmail = "xezo360hye@gmail.com";
delta.enable = true;
extraConfig = {
credential.helper = "store";
init.defaultBranch = "master";
url."https://github.com/".insteadOf = [ "gh:" "github:" ];
url."https://git.psf.lt/".insteadOf = [ "psf:" "gitea:" ];