Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
koe # Koe
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
koe # Koe
];
} Package Definition
{
"pname": "koe",
"version": "1.0.31",
"src": {
"url": "https://github.com/missuo/koe/releases/download/v1.0.31/Koe-macOS-arm64.zip",
"sha256": "b60647bdbfd859874637623eb851428dac8eec6f15f4bda76bfeefacd85d2dbf"
},
"installPhase": [
"mkdir -p \"$out/Applications/Koe.app\" && cp -r \"Koe.app\" \"$out/Applications\"",
"mkdir -p \"$out/bin\" && ln -s \"$out/Applications/Koe.app/Contents/MacOS/koe-cli\" \"$out/bin/koe\""
],
"meta": {
"description": "Zero-GUI voice input tool",
"homepage": "https://github.com/missuo/koe"
}
}