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/"
}
} Version History
0.7.6 (NixCasks v4)
7 May 2026, 00:00 0.7.5 (NixCasks v4)
5 May 2026, 00:00 0.7.4 (NixCasks v4)
4 May 2026, 00:00 0.7.3 (NixCasks v4)
27 March 2026, 00:01 0.7.2 (NixCasks v4)
25 March 2026, 00:01 0.7.1 (NixCasks v4)
20 March 2026, 10:58 0.6.10 (NixCasks v4)
28 February 2026, 00:00 0.6.9 (NixCasks v4)
14 January 2026, 00:00 0.6.8 (NixCasks v4)
13 January 2026, 00:00