fix bat config

This commit is contained in:
Frost-Phoenix 2023-11-06 16:50:42 +01:00
parent fd169d6534
commit 9952865f9a

View file

@ -4,14 +4,14 @@
enable = true; enable = true;
config = { config = {
pager = "less -FR"; pager = "less -FR";
theme = "Catppuccin-mocha"; theme = "Dracula";
};
themes = {
src = inputs.catppuccin-bat;
# https://raw.githubusercontent.com/catppuccin/bat/main/Catppuccin-mocha.tmTheme
Catppuccin-mocha = {
file = "Catppuccin-mocha.tmTheme";
};
}; };
# themes = {
# src = inputs.catppuccin-bat;
# # https://raw.githubusercontent.com/catppuccin/bat/main/Catppuccin-mocha.tmTheme
# Catppuccin-mocha = {
# file = "Catppuccin-mocha.tmTheme";
# };
# };
}; };
} }