diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-07-10 21:00:50 +0000 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-07-10 21:00:50 +0000 |
| commit | b3ff6813c6456ba6b32d3491dd5d223c205dd10f (patch) | |
| tree | e805a68466d14c442602d473339b83fed87bf913 /modules/terminal/system/programs/lazygit.nix | |
| parent | 5ef99ce59c21d8abf28c923f9b2b9a116d10e9b0 (diff) | |
add minibuffer to tmux
Diffstat (limited to 'modules/terminal/system/programs/lazygit.nix')
| -rw-r--r-- | modules/terminal/system/programs/lazygit.nix | 10 |
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 { |
