Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
font-tex-gyre-schola-math # Schola Math
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
font-tex-gyre-schola-math # Schola Math
];
} Package Definition
{
"pname": "font-tex-gyre-schola-math",
"version": "1.533",
"src": {
"url": "https://www.gust.org.pl/projects/e-foundry/tg-math/download/texgyreschola-math-1533.zip",
"sha256": "53560861144138e25f89f1f487126d21c81c5086364ffcf2c8e5e46e37ebbe00"
},
"installPhase": [
"mkdir -p \"$out/Library/Fonts/texgyreschola-math.otf\" && cp -r \"texgyreschola-math-1533/opentype/texgyreschola-math.otf\" \"$out/Library/Fonts\""
],
"meta": {
"homepage": "https://www.gust.org.pl/projects/e-foundry/tg-math"
}
}