Handy icon

Handy 0.6.0

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.6.0",
  "src": {
    "url": "https://github.com/cjpais/Handy/releases/download/v0.6.0/Handy_0.6.0_aarch64_darwin.dmg",
    "sha256": "31488bfe2e91b4abcbdd5ad77180827b08660c5c005a297891983f1123df153c"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Handy.app\" && cp -r \"Handy.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Speech to text application",
    "homepage": "https://handy.computer/"
  }
}