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