{ pkgs, config, ... }: { home.packages = with pkgs; [ texliveFull ]; # programs = { # texlive = { # enable = true; # }; # }; }