Typinator icon

Typinator 10.0

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": "10.0",
  "src": {
    "url": "https://www.ergonis.com/downloads/products/typinator/Typinator100-Install.dmg",
    "sha256": "dc01024d8b36bbb5770b63336eaf1873ba0620265554ba6a973f96650065e6d8"
  },
  "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/"
  }
}