stockholm/lass/2configs/texlive.nix

13 lines
193 B
Nix
Raw Normal View History

2015-07-16 13:51:01 +00:00
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
(texLiveAggregationFun { paths = [
texLive
texLiveExtra
texLiveCMSuper
texLiveModerncv
];})
2015-07-16 13:51:01 +00:00
];
}