{ pkgs, config, ... }: { environment.systemPackages = with pkgs; [ # LaTeX and tlmgr texlive.combined.scheme-small ]; }