8 lines
130 B
Nix
8 lines
130 B
Nix
_: {
|
|
programs.texlive = {
|
|
enable = true;
|
|
extraPackages = tpkgs: {
|
|
inherit (tpkgs) scheme-infraonly;
|
|
};
|
|
};
|
|
}
|