Handy icon

Handy 0.9.3

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.3",
  "src": {
    "url": "https://github.com/cjpais/Handy/releases/download/v0.9.3/Handy_0.9.3_aarch64.dmg",
    "sha256": "21e26a7d4f479607945eb0c44f1b755d60cdfc89080487b215d6fcb0db14a4df"
  },
  "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