From ad7d7a2f562e3838b2c6b9bdca396354c22f2fa9 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Thu, 28 Mar 2024 23:09:30 -0600 Subject: bat theme breaks manpager colors --- modules/home-manager/bat.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'modules') 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"; + # }; }; } -- cgit v1.2.3