This commit is contained in:
2025-04-17 19:55:32 -04:00
parent 71528ed396
commit 79c25224b1
13 changed files with 660 additions and 349 deletions

View File

@@ -3,9 +3,13 @@
config,
...
}: {
programs = {
texlive = {
enable = true;
};
};
home.packages = with pkgs; [
texliveFull
];
# programs = {
# texlive = {
# enable = true;
# };
# };
}