Hex icon

Hex 0.7.4

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.4",
  "src": {
    "url": "https://github.com/kitlangton/Hex/releases/download/v0.7.4/Hex-0.7.4.dmg",
    "sha256": "0af9e1214de6b0bee7957fdea9cf2a8ffc713e274611581f422637754c8c3990"
  },
  "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/"
  }
}