Common/git: add user name and email
This commit is contained in:
parent
6ce1dba91e
commit
cf4ab5001e
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,8 @@
|
|||
home-manager.users.toast = {
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "Toast";
|
||||
userEmail = "toast003@tutamail.com";
|
||||
delta.enable = true;
|
||||
extraConfig = {
|
||||
init.defaultBranch = "main";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue