aboutsummaryrefslogtreecommitdiff
path: root/modules/terminal/system
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-07-11 20:14:27 +0000
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-07-11 20:14:27 +0000
commit7b39677fee8cebf0cb2cf2b67dfeaf6dc4169c72 (patch)
tree575c33058e50dcd85899a72181439e5e25dd0859 /modules/terminal/system
parenta7db1e4e4ccd647fb90a01d7c95b07545c155ef6 (diff)
some lazygit config
Diffstat (limited to 'modules/terminal/system')
-rw-r--r--modules/terminal/system/programs/lazygit.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/terminal/system/programs/lazygit.nix b/modules/terminal/system/programs/lazygit.nix
index d262ef4..e3e2b42 100644
--- a/modules/terminal/system/programs/lazygit.nix
+++ b/modules/terminal/system/programs/lazygit.nix
@@ -14,10 +14,13 @@
showListFooter = false;
showCommandLog = false;
showPanelJumps = false;
- # border = "single";
statusPanelView = "allBranchesLog";
};
+ update.method = "never";
notARepository = "quit";
+
+ quitOnTopLevelReturn = true;
+ disableStartupPopups = true;
promptToReturnFromSubprocess = false;
theme.inactiveBorderColor = ["#313244"];