PopChar X icon

PopChar X 10.4

Utility to display all characters of a font

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    popchar # PopChar X
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    popchar # PopChar X
  ];
}

Package Definition

{
  "pname": "popchar",
  "version": "10.4",
  "src": {
    "url": "https://www.ergonis.com/downloads/products/popcharx/PopCharX104-Install.dmg",
    "sha256": "084c995b640636fcda912107157b6f455857e52ecd94539ede5670896e9606ff"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/PopChar.app\" && cp -r \"PopChar.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Utility to display all characters of a font",
    "homepage": "https://www.ergonis.com/products/popcharx/"
  }
}