nix-config/modules/typesetting.nix
JuliusFreudenberger fb88bd8c55 Update to NixOS 25.05
Remove typst-lsp as it is removed from nixpkgs.
2025-05-27 22:00:33 +03:00

17 lines
144 B
Nix

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