changes to new git config style
This commit is contained in:
parent
4bc03130ff
commit
bc1654ca08
1 changed files with 7 additions and 4 deletions
|
|
@ -1,10 +1,7 @@
|
|||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "Dennis Schoepf";
|
||||
userEmail = "me@dnsc.io";
|
||||
ignores = [ ".DS_Store" ];
|
||||
extraConfig = {
|
||||
settings = {
|
||||
init = {
|
||||
defaultBranch = "main";
|
||||
};
|
||||
|
|
@ -20,6 +17,12 @@
|
|||
push = {
|
||||
autoSetupRemote = true;
|
||||
};
|
||||
|
||||
user = {
|
||||
name = "Dennis Schoepf";
|
||||
email = "me@dnsc.io";
|
||||
};
|
||||
};
|
||||
ignores = [ ".DS_Store" ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue