{nixpkgs, environment, pkgs, ...}: { environment.systemPackages = with pkgs; [ texlive.combined.scheme-full ]; }