oizys/modules/langs/tex.nix

10 lines
115 B
Nix
Raw Normal View History

2024-01-23 11:51:13 -06:00
{
inputs,
pkgs,
...
}: {
environment.systemPackages = with pkgs; [
texlive.combined.scheme-full
];
}