summaryrefslogtreecommitdiff
path: root/modules/home-manager/bat.nix
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2024-04-05 15:18:53 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2024-04-05 15:18:53 -0600
commit09392a15df8dad0fdf9049749918af94f1206c0f (patch)
tree8d25e75e7e7d0a6ae8be34ab76f1093a93e3cb89 /modules/home-manager/bat.nix
parent9e1534000eb3ea9f993e33e1ba12a933c029cf34 (diff)
parent82a1220a1d603e6f0beab8622da9ae23a882d719 (diff)
merge fix
Diffstat (limited to 'modules/home-manager/bat.nix')
-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 978235c..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";
+ # };
};
}