summaryrefslogtreecommitdiff
path: root/shenvs/tex.nix
blob: 4bd4b528d81b6b6e2c9acb751ebb2ed5a338ff92 (plain)
1
2
3
4
5
6
7
pkgs: {
  paths = with pkgs; [
    (texlive.combine {
      inherit (texlive) scheme-medium csquotes enumitem;
    })
  ];
}