summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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";
+ # };
};
}