LXGW NeoXiHei icon

LXGW NeoXiHei 1.234

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