{ config, lib, pkgs, ... }: with lib; { config.machine.pkgsets.latex.pkgs = with pkgs; [ texlive.combined.scheme-full texlab ]; }