summaryrefslogtreecommitdiffstats
path: root/lass/2configs/texlive.nix
blob: fa20ef81fed7dbda4bd168c1e906fae6d3023a63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{ pkgs, ... }:

{
  environment.systemPackages = with pkgs; [
    (texLiveAggregationFun { paths = [
      texLive
      texLiveExtra
      texLiveCMSuper
      texLiveModerncv
    ];})
  ];
}