home(git): add user metadata

This commit is contained in:
514fpv 2024-01-02 14:51:55 +08:00
parent ef99391f45
commit 6b567197bf
Signed by: koishi
SSH key fingerprint: SHA256:VkIdW3jUIiqecV2WNAje2fGU5lEhN0XZ58DN0NS4pv0

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";
};
}