at main 330 B view raw
1{ 2 programs.lazygit = { 3 enable = true; 4 settings = { 5 # we use ssh keys as auth, and this is hyper annoying for when we want to do literally anything longer than 2 minutes. 6 # we think the concept of autofetching is kind of stupid anyways. i will fetch when i want to. 7 git.autoFetch = false; 8 }; 9 }; 10}