1{ 2 programs.git = { 3 enable = true; 4 5 # Could be moved to home (if git expands) 6 settings = { 7 user = { 8 name = "Xaiya Schumin"; 9 email = "d.schumin@proton.me"; 10 }; 11 12 push.autoSetupRemote = true; 13 commit.gpgsign = true; 14 }; 15 }; 16}