modules/dependencies: add typst

This commit is contained in:
Gaetan Lepage 2025-04-07 17:10:53 +02:00 committed by nix-infra-bot
parent 8458a6c6f1
commit cfb56d1ed3
3 changed files with 11 additions and 11 deletions

View file

@ -19,6 +19,7 @@ let
example = "pkgs.nodejs_22";
};
tree-sitter.default = "tree-sitter";
typst.default = "typst";
ueberzug.default = "ueberzugpp";
which.default = "which";
};