From 23500b07fa5e5ea49dff5162767eca5e05a06b9c Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Thu, 7 May 2026 21:49:27 -0400 Subject: [PATCH] lazygit skip discard warning --- home/lazygit.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/lazygit.nix b/home/lazygit.nix index 2e7691e..50566df 100644 --- a/home/lazygit.nix +++ b/home/lazygit.nix @@ -4,6 +4,7 @@ package = pkgs.lazygitLatest; settings = { + gui.skipDiscardChangeWarning = true; gui.theme = { activeBorderColor = ["#a6e3a1" "bold"]; inactiveBorderColor = ["#a6adc8"];