nixMod/frontend: add texlive with scheme-full

with everything for now, at least
main
Felix Stupp 2 months ago
parent d19cfc9369
commit 1f2866ffa2
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -233,6 +233,12 @@ in
};
};
texlive = {
enable = true;
# TODO filter hard to save storage
extraPackages = tpkgs: { inherit (tpkgs) scheme-full; };
};
vscode = {
enable = true;
enableExtensionUpdateCheck = true;

Loading…
Cancel
Save