added more git config

This commit is contained in:
twoneis 2024-01-12 14:03:05 +01:00
parent 5931a2ce1a
commit 4594a4067c

View file

@ -3,6 +3,10 @@
enable = true; enable = true;
userName = "twoneis"; userName = "twoneis";
userEmail = "sanjay29@sapura.de"; userEmail = "sanjay29@sapura.de";
extraConfig = {
init.defaultBranch = "main";
push.autoSetupRemote = true;
};
}; };
home.packages = with pkgs; [ gh ]; home.packages = with pkgs; [ gh ];