LXGW NeoXiHei icon

LXGW NeoXiHei 1.217

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