10 lines
152 B
Nix
10 lines
152 B
Nix
|
{
|
||
|
programs.texlive = {
|
||
|
enable = true;
|
||
|
|
||
|
extraPackages = tpkgs: {
|
||
|
inherit (tpkgs) scheme-small collection-fontsrecommended;
|
||
|
};
|
||
|
};
|
||
|
}
|