This commit is contained in:
2024-12-20 19:42:09 -05:00
parent ab70f1f9f9
commit abc55c6d4e
9 changed files with 340 additions and 61 deletions

View File

@@ -0,0 +1,11 @@
{
pkgs,
config,
...
}: {
programs = {
texlive = {
enable = true;
};
};
}