Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
font-elstobd # ElstobD
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
font-elstobd # ElstobD
];
}
Package Definition
{
"pname": "font-elstobd",
"version": "3.000",
"src": {
"url": "https://github.com/psb1558/Elstob-font/releases/download/v3.000/Elstob_3.000.zip",
"sha256": "f926bd4bb160276827f6c6e682fe5b41cd7c7a90ea800ed1a776d6d3176f3699"
},
"installPhase": [
"mkdir -p \"$out/Library/Fonts\" && cp -r \"Elstob_font/variable/Elstob-Italic.ttf\" \"$out/Library/Fonts/Elstob-Italic.ttf\"",
"mkdir -p \"$out/Library/Fonts\" && cp -r \"Elstob_font/variable/Elstob.ttf\" \"$out/Library/Fonts/Elstob.ttf\""
],
"meta": {
"homepage": "https://github.com/psb1558/Elstob-font"
}
}