{
inputs,
config,
pkgs,
...
}: {
programs.git = {
enable = true;
userName = "xqtc161";
userEmail = "xqtc@tutanota.com";
extraConfig = {
init = {
defaultBranch = "main";
};
}