home(git): add user metadata
This commit is contained in:
parent
ef99391f45
commit
6b567197bf
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