2024-12-20 19:42:09 -05:00

12 lines
97 B
Nix

{
pkgs,
config,
...
}: {
programs = {
texlive = {
enable = true;
};
};
}