Common/bat: fix theme name

The name of the file changed in a nixpkgs update
This commit is contained in:
Toast 2024-03-20 11:00:05 +01:00
parent 5a1fd5175c
commit 7474faefe5

View file

@ -10,7 +10,7 @@
themes = {
catppuccin-mocha = {
src = pkgs.catppuccin;
file = "bat/Catppuccin-mocha.tmTheme";
file = "bat/Catppuccin Mocha.tmTheme";
};
};
};