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