Typinator icon

Typinator 10.1

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.1",
  "src": {
    "url": "https://storage.ergonis.com/apps/production/typinator/archive/Typinator_101.dmg",
    "sha256": "223b0ef7d877274ba0133aaf1bf836ff06a3122e0683c82f790446a6d038fd77"
  },
  "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://ergonis.com/en/typinator/"
  }
}