summaryrefslogtreecommitdiff
path: root/unmoved-modules/home-manager/lazygit.nix
diff options
context:
space:
mode:
Diffstat (limited to 'unmoved-modules/home-manager/lazygit.nix')
-rw-r--r--unmoved-modules/home-manager/lazygit.nix13
1 files changed, 0 insertions, 13 deletions
diff --git a/unmoved-modules/home-manager/lazygit.nix b/unmoved-modules/home-manager/lazygit.nix
deleted file mode 100644
index e2f9018..0000000
--- a/unmoved-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" ];
- };
- };
- };
-}