add texlive.nix for installing full latex suite
This commit is contained in:
parent
99fd674deb
commit
9fc62f557a
7
modules/lass/texlive.nix
Normal file
7
modules/lass/texlive.nix
Normal file
@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
(pkgs.texLiveAggregationFun { paths = [ pkgs.texLive pkgs.texLiveFull ]; })
|
||||
];
|
||||
}
|
Loading…
Reference in New Issue
Block a user