Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
font-faune # Faune
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
font-faune # Faune
];
}
Package Definition
{
"pname": "font-faune",
"version": "1.000",
"src": {
"url": "https://www.cnap.fr/sites/faune/Faune_Fonts.zip",
"sha256": "no_check"
},
"installPhase": [
"mkdir -p \"$out/Library/Fonts\" && cp -r \"Faune_Fonts/Otf/Faune-DisplayBlack.otf\" \"$out/Library/Fonts/Faune-DisplayBlack.otf\"",
"mkdir -p \"$out/Library/Fonts\" && cp -r \"Faune_Fonts/Otf/Faune-DisplayBoldItalic.otf\" \"$out/Library/Fonts/Faune-DisplayBoldItalic.otf\"",
"mkdir -p \"$out/Library/Fonts\" && cp -r \"Faune_Fonts/Otf/Faune-DisplayThin.otf\" \"$out/Library/Fonts/Faune-DisplayThin.otf\"",
"mkdir -p \"$out/Library/Fonts\" && cp -r \"Faune_Fonts/Otf/Faune-TextBold.otf\" \"$out/Library/Fonts/Faune-TextBold.otf\"",
"mkdir -p \"$out/Library/Fonts\" && cp -r \"Faune_Fonts/Otf/Faune-TextItalic.otf\" \"$out/Library/Fonts/Faune-TextItalic.otf\"",
"mkdir -p \"$out/Library/Fonts\" && cp -r \"Faune_Fonts/Otf/Faune-TextRegular.otf\" \"$out/Library/Fonts/Faune-TextRegular.otf\""
],
"meta": {
"homepage": "https://www.cnap.fr/sites/faune/"
}
}