12 lines
97 B
Nix
12 lines
97 B
Nix
{
|
|
pkgs,
|
|
config,
|
|
...
|
|
}: {
|
|
programs = {
|
|
texlive = {
|
|
enable = true;
|
|
};
|
|
};
|
|
}
|