stockholm/lass/2configs/texlive.nix

13 lines
193 B
Nix

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