{ pkgs, lib, ...}: { home.packages = lib.optionals pkgs.devEnvironment.enableLatex [ pkgs.texlive.combined.scheme-full ]; }