Hex icon

Hex 0.7.3

Voice-to-text transcription and paste tool

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    kitlangton-hex # Hex
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    kitlangton-hex # Hex
  ];
}

Package Definition

{
  "pname": "kitlangton-hex",
  "version": "0.7.3",
  "src": {
    "url": "https://github.com/kitlangton/Hex/releases/download/v0.7.3/Hex-0.7.3.dmg",
    "sha256": "2149e81187cdda54d2a8eacf5cd3cc6e69ce727e0132254d4fda54ccedbfb8e3"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Hex.app\" && cp -r \"Hex.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Voice-to-text transcription and paste tool",
    "homepage": "https://hex.kitlangton.com/"
  }
}