nixos/home/git/home.nix

10 lines
157 B
Nix

{
programs.git = {
enable = true;
extraConfig.init.defaultBranch = "master";
userName = "514fpv";
userEmail = "koishi@514fpv.one";
};
}