Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
font-ebh # EBH
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
font-ebh # EBH
];
}
Package Definition
{
"pname": "font-ebh",
"version": "1.0.0",
"src": {
"url": "https://github.com/rubywku/exeterbookhand/releases/download/v1.0.0/EBH-v1.0.0.zip",
"sha256": "6787471d7766a8be31f2e601620e402ff43bafd183d626a8df75767e91052af3"
},
"installPhase": [
"mkdir -p \"$out/Library/Fonts/EBH Alternates.otf\" && cp -r \"EBH-v1.0.0/EBH Alternates.otf\" \"$out/Library/Fonts\"",
"mkdir -p \"$out/Library/Fonts/EBH Facsimile.otf\" && cp -r \"EBH-v1.0.0/EBH Facsimile.otf\" \"$out/Library/Fonts\"",
"mkdir -p \"$out/Library/Fonts/EBH Initials.otf\" && cp -r \"EBH-v1.0.0/EBH Initials.otf\" \"$out/Library/Fonts\"",
"mkdir -p \"$out/Library/Fonts/EBH Runes.otf\" && cp -r \"EBH-v1.0.0/EBH Runes.otf\" \"$out/Library/Fonts\""
],
"meta": {
"homepage": "https://exeterbookhand.com/"
}
}