feat(talk): add ElevenLabs TTS voice notification package

- writeShellScriptBin with mpv audio + notify-send cancel button
- Simultaneous audio playback and notification popup
- VOICE_NOTIFY=0 toggle for disabling
- Uses eleven_multilingual_v2 model with configurable voice ID
- Cruncher job wrapper for task completion notifications
This commit is contained in:
2026-07-02 18:51:31 +02:00
parent abd910d667
commit b7ba13db9b
2 changed files with 114 additions and 0 deletions
+1
View File
@@ -33,6 +33,7 @@ in {
openwork = pkgs.callPackage ./openwork {};
zellij-ps = pkgs.callPackage ./zellij-ps {};
vibetyper = pkgs.callPackage ./vibetyper {};
talk = pkgs.callPackage ./talk {};
# ── Pass-through packages ──────────────────────────────────────────
# Imported directly from flake inputs. No local modifications.