Files
nixpkgs/modules/home-manager/cli/default.nix
m3tm3re 51cd52d13d 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.
2026-01-02 12:21:32 +01:00

8 lines
105 B
Nix

# CLI/Terminal-related Home Manager modules
{
imports = [
./stt-ptt.nix
./zellij-ps.nix
];
}