fix bat config
This commit is contained in:
parent
4489ad314d
commit
fd169d6534
|
@ -7,9 +7,10 @@
|
||||||
theme = "Catppuccin-mocha";
|
theme = "Catppuccin-mocha";
|
||||||
};
|
};
|
||||||
themes = {
|
themes = {
|
||||||
|
src = inputs.catppuccin-bat;
|
||||||
# https://raw.githubusercontent.com/catppuccin/bat/main/Catppuccin-mocha.tmTheme
|
# https://raw.githubusercontent.com/catppuccin/bat/main/Catppuccin-mocha.tmTheme
|
||||||
Catppuccin-mocha = {
|
Catppuccin-mocha = {
|
||||||
file = builtins.readFile "${inputs.catppuccin-bat}/Catppuccin-mocha.tmTheme";
|
file = "Catppuccin-mocha.tmTheme";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue