Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
font-tex-gyre-schola # TeX Gyre Schola
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
font-tex-gyre-schola # TeX Gyre Schola
];
} Package Definition
{
"pname": "font-tex-gyre-schola",
"version": "2.609,31_03_2026",
"src": {
"url": "https://www.gust.org.pl/projects/e-foundry/tex-gyre/schola/tg_schola-otf-2_609-31_03_2026.zip",
"sha256": "40f76a93a159ba7a76d6fe2ac6a54b7eb480afc94557742505a847c571da13fc"
},
"installPhase": [
"mkdir -p \"$out/Library/Fonts/texgyreschola-bold.otf\" && cp -r \"texgyreschola-bold.otf\" \"$out/Library/Fonts\"",
"mkdir -p \"$out/Library/Fonts/texgyreschola-bolditalic.otf\" && cp -r \"texgyreschola-bolditalic.otf\" \"$out/Library/Fonts\"",
"mkdir -p \"$out/Library/Fonts/texgyreschola-italic.otf\" && cp -r \"texgyreschola-italic.otf\" \"$out/Library/Fonts\"",
"mkdir -p \"$out/Library/Fonts/texgyreschola-regular.otf\" && cp -r \"texgyreschola-regular.otf\" \"$out/Library/Fonts\""
],
"meta": {
"homepage": "https://www.gust.org.pl/projects/e-foundry/tex-gyre/schola"
}
}