feat: add syntax and themes to container

This commit is contained in:
Jan-Bulthuis 2026-07-19 21:12:17 +02:00
parent 24666266d3
commit 085ddaa0bf

View File

@ -71,7 +71,13 @@
};
config = {
Entrypoint = [ "/bin/karnaugh" ];
Entrypoint = [
"/bin/karnaugh"
"--syntax-root"
"${packages.syntax}"
"--themes-root"
"${packages.themes}"
];
};
};
packages.default = packages.karnaugh;