NixOS/dev/latex.nix

8 lines
145 B
Nix
Raw Permalink Normal View History

2023-12-14 21:02:06 +00:00
{ pkgs, config, ... }: {
environment.systemPackages = with pkgs; [
# LaTeX and tlmgr
texlive.combined.scheme-small
];
}