mod: stop lazygit from autofetching

This commit is contained in:
2026-06-11 16:45:52 -04:00
parent 4acbd22078
commit d066bf71bb

View File

@@ -4,6 +4,7 @@
package = pkgs.lazygitLatest; package = pkgs.lazygitLatest;
settings = { settings = {
git.autoFetch = false;
gui.skipDiscardChangeWarning = true; gui.skipDiscardChangeWarning = true;
gui.theme = { gui.theme = {
activeBorderColor = ["#a6e3a1" "bold"]; activeBorderColor = ["#a6e3a1" "bold"];