LXGW NeoXiHei icon

LXGW NeoXiHei 1.211

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    font-lxgw-neoxihei # LXGW NeoXiHei
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    font-lxgw-neoxihei # LXGW NeoXiHei
  ];
}

Package Definition

{
  "pname": "font-lxgw-neoxihei",
  "version": "1.211",
  "src": {
    "url": "https://github.com/lxgw/LxgwNeoXiHei/releases/download/v1.211/LXGWNeoXiHei.ttf",
    "sha256": "c37464d0d0d85cfcf3835246b02eb322faf44a23376731c75bd3701cd0219da3"
  },
  "installPhase": [
    "mkdir -p \"$out/Library/Fonts\" && cp -r \"LXGWNeoXiHei.ttf\" \"$out/Library/Fonts/LXGWNeoXiHei.ttf\""
  ],
  "meta": {
    "homepage": "https://github.com/lxgw/LxgwNeoXiHei"
  }
}