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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user