Typinator icon

Typinator 9.2

Tool to automate the insertion of frequently used text and graphics

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    typinator # Typinator
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    typinator # Typinator
  ];
}

Package Definition

{
  "pname": "typinator",
  "version": "9.2",
  "src": {
    "url": "https://www.ergonis.com/downloads/products/typinator/Typinator92-Install.dmg",
    "sha256": "2558efab1afa701b4760ebf83a5f97960603b08a6ce5a3bc68be0f386c79fd64"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Typinator.app\" && cp -r \"Typinator.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Tool to automate the insertion of frequently used text and graphics",
    "homepage": "https://www.ergonis.com/products/typinator/"
  }
}