fix: set the right path to bat theme
This commit is contained in:
parent
21aadfad3f
commit
2710f8fcfc
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
themes = {
|
||||
dracula-bat = {
|
||||
src = pkgs.dracula-theme;
|
||||
file = "Dracula.tmTheme";
|
||||
file = "bat/Dracula.tmTheme";
|
||||
};
|
||||
};
|
||||
extraPackages = with pkgs.bat-extras; [
|
||||
|
|
Loading…
Reference in a new issue