feat(git): add user metadata

This commit is contained in:
514fpv 2024-01-02 14:51:55 +08:00
parent a8c8d75e1c
commit 2dd911381c
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

9
home/git/home.nix Normal file
View file

@ -0,0 +1,9 @@
{
programs.git = {
enable = true;
extraConfig.init.defaultBranch = "master";
userName = "514fpv";
userEmail = "koishi@514fpv.one";
};
}