fix bat config
This commit is contained in:
parent
fd169d6534
commit
9952865f9a
|
@ -4,14 +4,14 @@
|
|||
enable = true;
|
||||
config = {
|
||||
pager = "less -FR";
|
||||
theme = "Catppuccin-mocha";
|
||||
};
|
||||
themes = {
|
||||
src = inputs.catppuccin-bat;
|
||||
# https://raw.githubusercontent.com/catppuccin/bat/main/Catppuccin-mocha.tmTheme
|
||||
Catppuccin-mocha = {
|
||||
file = "Catppuccin-mocha.tmTheme";
|
||||
};
|
||||
theme = "Dracula";
|
||||
};
|
||||
# themes = {
|
||||
# src = inputs.catppuccin-bat;
|
||||
# # https://raw.githubusercontent.com/catppuccin/bat/main/Catppuccin-mocha.tmTheme
|
||||
# Catppuccin-mocha = {
|
||||
# file = "Catppuccin-mocha.tmTheme";
|
||||
# };
|
||||
# };
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue