home(git): add user metadata
This commit is contained in:
parent
de98f3ccc9
commit
6293450b85
1 changed files with 9 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue