Some changes

This commit is contained in:
Henry Hiles 2025-02-25 11:53:08 +00:00
parent 53a10e993b
commit f5cec9b929
16 changed files with 134 additions and 46 deletions

View file

@ -1,6 +1,6 @@
{pkgs, ...}: {
wrappers.bat = {
basePackage = pkgs.bat;
flags = ["--theme=Nord"];
flags = ["--theme" "Nord"];
};
}