LXGW NeoXiHei icon

LXGW NeoXiHei 1.238

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