nix-config/modules/typesetting.nix

18 lines
158 B
Nix

{
pkgs,
lib,
...
}: {
environment.systemPackages = with pkgs; [
typst
typst-lsp
typstfmt
texliveFull
pandoc
zotero
];
}