From d066bf71bb493b8ee32a52544fae35a4d19cfaac Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Thu, 11 Jun 2026 16:45:52 -0400 Subject: [PATCH] mod: stop lazygit from autofetching --- home/lazygit.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/lazygit.nix b/home/lazygit.nix index 50566df..f6382f0 100644 --- a/home/lazygit.nix +++ b/home/lazygit.nix @@ -4,6 +4,7 @@ package = pkgs.lazygitLatest; settings = { + git.autoFetch = false; gui.skipDiscardChangeWarning = true; gui.theme = { activeBorderColor = ["#a6e3a1" "bold"];