summaryrefslogtreecommitdiff
path: root/modules/home-manager
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2024-03-28 23:09:30 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2024-03-28 23:09:30 -0600
commitad7d7a2f562e3838b2c6b9bdca396354c22f2fa9 (patch)
treeb5948556f1c2d905e1c5300bbaa642a8adc3adb7 /modules/home-manager
parentc29ee93bfcdbb3cb2e057c6ed09131ebbe68f890 (diff)
bat theme breaks manpager colors
Diffstat (limited to 'modules/home-manager')
-rw-r--r--modules/home-manager/bat.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/home-manager/bat.nix b/modules/home-manager/bat.nix
index c1cf880..13e8e6d 100644
--- a/modules/home-manager/bat.nix
+++ b/modules/home-manager/bat.nix
@@ -4,10 +4,10 @@
enable = true;
config = {
pager = "less -FR";
- theme = "catppuccin-mocha";
- };
- themes = {
- catppuccin-mocha = builtins.readFile "${inputs.catppuccin-bat}/themes/Catppuccin Mocha.tmTheme";
+ # theme = "catppuccin-mocha";
};
+ # themes = {
+ # catppuccin-mocha = builtins.readFile "${inputs.catppuccin-bat}/themes/Catppuccin Mocha.tmTheme";
+ # };
};
}