summaryrefslogtreecommitdiff
path: root/modules/home-manager
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home-manager')
-rw-r--r--modules/home-manager/bat.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/home-manager/bat.nix b/modules/home-manager/bat.nix
index b54677f..e6984de 100644
--- a/modules/home-manager/bat.nix
+++ b/modules/home-manager/bat.nix
@@ -4,11 +4,11 @@
enable = true;
config = {
pager = "less -FR";
- theme = "Solarized (dark)";
- # theme = "catppuccin-mocha";
+ # theme = "Solarized (dark)";
+ theme = "catppuccin-mocha";
+ };
+ themes = {
+ catppuccin-mocha = builtins.readFile "${inputs.catppuccin-bat}/themes/Catppuccin Mocha.tmTheme";
};
- # themes = {
- # catppuccin-mocha = builtins.readFile "${inputs.catppuccin-bat}/themes/Catppuccin Mocha.tmTheme";
- # };
};
}