LXGW NeoXiHei icon

LXGW NeoXiHei 1.228

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.228",
  "src": {
    "url": "https://github.com/lxgw/LxgwNeoXiHei/releases/download/v1.228/LXGWNeoXiHei.ttf",
    "sha256": "d5109cbe581b384d3a0c880100bab63c9c62a46545a2785025c16bd3774e1337"
  },
  "installPhase": [
    "mkdir -p \"$out/Library/Fonts/LXGWNeoXiHei.ttf\" && cp -r \"LXGWNeoXiHei.ttf\" \"$out/Library/Fonts\""
  ],
  "meta": {
    "homepage": "https://github.com/lxgw/LxgwNeoXiHei"
  }
}