refactor(hm/price): use correct bat
themes option
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m5s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m5s
This commit is contained in:
parent
6f9b05dfd5
commit
e34644e14c
@ -8,6 +8,6 @@
|
|||||||
pager = "never";
|
pager = "never";
|
||||||
theme = "Kanagawa";
|
theme = "Kanagawa";
|
||||||
};
|
};
|
||||||
themes.Kanagawa = builtins.readFile ./Kanagawa.tmTheme;
|
themes.Kanagawa.src = ./Kanagawa.tmTheme;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user