🗑️ (neodymium/home) fix deprecated theme syntax for bat
This commit is contained in:
parent
63ef7c6f23
commit
79c3c68a94
|
@ -10,8 +10,10 @@ in {
|
|||
programs.bat = {
|
||||
enable = true;
|
||||
themes = {
|
||||
catppuccin =
|
||||
builtins.readFile "${catppuccin-bat}/Catppuccin-mocha.tmTheme";
|
||||
catppuccin = {
|
||||
src = catppuccin-bat;
|
||||
file = "Catppuccin-mocha.tmTheme";
|
||||
};
|
||||
};
|
||||
config.theme = "catppuccin";
|
||||
extraPackages = with pkgs.bat-extras; [ batman ];
|
||||
|
|
Loading…
Reference in a new issue