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