git config stuff woo woo

This commit is contained in:
Jill 2024-01-04 02:47:08 +03:00
parent d382772c60
commit 73b7591263
1 changed files with 6 additions and 0 deletions

View File

@ -43,6 +43,12 @@ in {
enable = true;
userName = ''Jill "oatmealine" Monoids'';
userEmail = "oatmealine@disroot.org";
extraConfig = {
push.autoSetupRemote = true;
pull.rebase = true;
init.defaultBranch = "main";
};
};
dconf = {