Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
font-tiejili-sc # Tiejili SC
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
font-tiejili-sc # Tiejili SC
];
} Package Definition
{
"pname": "font-tiejili-sc",
"version": "1.100",
"src": {
"url": "https://github.com/Buernia/Tiejili/releases/download/1.100/Tiejili.zip",
"sha256": "28524e623b73ab4e8507ca689b1d166758a66b7eb73649c9996f8ba14626359f"
},
"installPhase": [
"mkdir -p \"$out/Library/Fonts/TiejiliSC-Regular.otf\" && cp -r \"TiejiliSC-Regular.otf\" \"$out/Library/Fonts\""
],
"meta": {
"homepage": "https://github.com/Buernia/Tiejili"
}
}