Use the new Home Manager git config
This commit is contained in:
parent
2995efb455
commit
43aa3b1667
1 changed files with 7 additions and 3 deletions
|
|
@ -36,9 +36,13 @@
|
|||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "Wekuz";
|
||||
userEmail = "wekuz@duck.com";
|
||||
extraConfig = { init.defaultBranch = "main"; };
|
||||
settings = {
|
||||
user = {
|
||||
name = "Wekuz";
|
||||
email = "wekuz@duck.com";
|
||||
};
|
||||
init.defaultBranch = "main";
|
||||
};
|
||||
};
|
||||
|
||||
programs.zsh = { enable = true; };
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue