stockholm/lass/2configs/texlive.nix

8 lines
149 B
Nix
Raw Normal View History

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