oizys/modules/langs/tex.nix
2024-01-23 11:51:13 -06:00

10 lines
115 B
Nix

{
inputs,
pkgs,
...
}: {
environment.systemPackages = with pkgs; [
texlive.combined.scheme-full
];
}