diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-03-28 23:09:30 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-03-28 23:09:30 -0600 |
| commit | ad7d7a2f562e3838b2c6b9bdca396354c22f2fa9 (patch) | |
| tree | b5948556f1c2d905e1c5300bbaa642a8adc3adb7 /modules/home-manager | |
| parent | c29ee93bfcdbb3cb2e057c6ed09131ebbe68f890 (diff) | |
bat theme breaks manpager colors
Diffstat (limited to 'modules/home-manager')
| -rw-r--r-- | modules/home-manager/bat.nix | 8 |
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"; + # }; }; } |
