feat(git): add user metadata
This commit is contained in:
parent
a8c8d75e1c
commit
2dd911381c
9
home/git/home.nix
Normal file
9
home/git/home.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
extraConfig.init.defaultBranch = "master";
|
||||
|
||||
userName = "514fpv";
|
||||
userEmail = "koishi@514fpv.one";
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue