aboutsummaryrefslogtreecommitdiff
path: root/modules/terminal/system/programs/lazygit.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/terminal/system/programs/lazygit.nix')
-rw-r--r--modules/terminal/system/programs/lazygit.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/terminal/system/programs/lazygit.nix b/modules/terminal/system/programs/lazygit.nix
index 280ec07..d262ef4 100644
--- a/modules/terminal/system/programs/lazygit.nix
+++ b/modules/terminal/system/programs/lazygit.nix
@@ -11,7 +11,17 @@
gui = {
showRandomTip = false;
commitLength.show = false;
+ showListFooter = false;
+ showCommandLog = false;
+ showPanelJumps = false;
+ # border = "single";
+ statusPanelView = "allBranchesLog";
};
+ notARepository = "quit";
+ promptToReturnFromSubprocess = false;
+
+ theme.inactiveBorderColor = ["#313244"];
+ theme.activeBorderColor = ["#89b4fa"];
};
in
lib.mkIf cfg.enable {