Handy icon

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