install only texLive

This commit is contained in:
lassulus 2015-08-24 15:51:08 +02:00
parent 75aad3ac96
commit 8063be1b37

View File

@ -2,6 +2,6 @@
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
(pkgs.texLiveAggregationFun { paths = [ pkgs.texLive pkgs.texLiveFull ]; }) texLive
]; ];
} }