1{...}: { 2 programs.git = { 3 enable = true; 4 config = { 5 init.defaultBranch = "main"; 6 push.autoSetupRemote = true; 7 }; 8 }; 9}