Handy icon

Handy 0.9.4

Speech to text application

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "handy",
  "version": "0.9.4",
  "src": {
    "url": "https://github.com/cjpais/Handy/releases/download/v0.9.4/Handy_0.9.4_aarch64.dmg",
    "sha256": "2e8ff1eb2a56e52a29556aee2e74a389be3eb6ecdb45fa987eb0fcc4fe2321a0"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Handy.app\" && cp -r \"Handy.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Speech to text application",
    "homepage": "https://handy.computer/"
  }
}

Version History