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 = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "Wekuz";
|
settings = {
|
||||||
userEmail = "wekuz@duck.com";
|
user = {
|
||||||
extraConfig = { init.defaultBranch = "main"; };
|
name = "Wekuz";
|
||||||
|
email = "wekuz@duck.com";
|
||||||
|
};
|
||||||
|
init.defaultBranch = "main";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.zsh = { enable = true; };
|
programs.zsh = { enable = true; };
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue