Would texlivePackages.lete-sans-math install the font OS wide?

Or does the font need its own package?

If you put fonts.packages = [ pkgs.texlivePackages.lete-sans-math ];, then yes. The fc-cache program gets used and it recursively detects the fonts present.

1 Like