feat: add stt-ptt package for voice-to-text and text-to-speech

Implements speech-to-text (via whisper-cpp) and text-to-speech (via espeak)
functionality with key bindings. Replaces coreutils with busybox for lighter
dependencies and removes explicit buildInputs since all paths are hardcoded.
This commit is contained in:
m3tm3re
2026-01-02 12:21:32 +01:00
parent 44485c4c72
commit 51cd52d13d
8 changed files with 670 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
mem0 = pkgs.callPackage ./mem0 {};
msty-studio = pkgs.callPackage ./msty-studio {};
pomodoro-timer = pkgs.callPackage ./pomodoro-timer {};
stt-ptt = pkgs.callPackage ./stt-ptt {};
tuxedo-backlight = pkgs.callPackage ./tuxedo-backlight {};
zellij-ps = pkgs.callPackage ./zellij-ps {};
}