{ pkgs, lib, config, ... }:
{
home.packages = [
  (pkgs.texlive.combine { inherit (pkgs.texlive) scheme-medium xdvi ucs; })
];
}