diff options
Diffstat (limited to 'modules/lazygit.nix')
| -rw-r--r-- | modules/lazygit.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/lazygit.nix b/modules/lazygit.nix index 855a985..cf5275e 100644 --- a/modules/lazygit.nix +++ b/modules/lazygit.nix @@ -39,7 +39,7 @@ in notARepository = "skip"; mouseEvents = false; showRandomTip = false; - border = "hidden"; + border = "single"; theme = { # activeBorderColor = [ "#8f8aac" "bold" ]; activeBorderColor = [ "#8f8aac" "bold" ]; |