1{ 2 programs.git = { 3 enable = true; 4 5 lfs = { 6 enable = true; 7 }; 8 9 config = { 10 init = { 11 defaultBranch = "main"; 12 }; 13 }; 14 }; 15}