{ programs.git = { enable = true; settings = { init = { defaultBranch = "main"; }; core = { ignorecase = "false"; }; pull = { rebase = false; }; push = { autoSetupRemote = true; }; user = { name = "Dennis Schoepf"; email = "me@dnsc.io"; }; }; ignores = [ ".DS_Store" ]; }; }