diff options
Diffstat (limited to 'unmoved-modules/home-manager/lazygit.nix')
| -rw-r--r-- | unmoved-modules/home-manager/lazygit.nix | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/unmoved-modules/home-manager/lazygit.nix b/unmoved-modules/home-manager/lazygit.nix new file mode 100644 index 0000000..e2f9018 --- /dev/null +++ b/unmoved-modules/home-manager/lazygit.nix @@ -0,0 +1,13 @@ +{ + programs.lazygit = { + enable = true; + settings = { + gui.theme = { + #lightTheme = true; + #activeBorderColor = [ "blue" "bold" ]; + #inactiveBorderColor = [ "black" ]; + #selectedLineBgColor = [ "default" ]; + }; + }; + }; +} |
