typst watch

This commit is contained in:
Tao Tien 2025-03-19 17:45:40 -07:00
parent c333dae6b0
commit 669238a28b
2 changed files with 4 additions and 0 deletions

View file

@ -6,6 +6,7 @@
... ...
}: { }: {
users.users.tao.packages = with pkgs; [ users.users.tao.packages = with pkgs; [
gocryptfs
nix-output-monitor nix-output-monitor
nvd nvd
# calibre # calibre

View file

@ -241,6 +241,9 @@
}; };
tinymist = { tinymist = {
command = "tinymist"; command = "tinymist";
config = {
exportPdf = "onSave";
};
}; };
steel-language-server = { steel-language-server = {
command = "steel-language-server"; command = "steel-language-server";