added more git config
This commit is contained in:
parent
5931a2ce1a
commit
4594a4067c
1 changed files with 4 additions and 0 deletions
|
@ -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 ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue