{ pkgs, config, ... }: { programs = { texlive = { enable = true; }; }; }