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.
8 lines
105 B
Nix
8 lines
105 B
Nix
# CLI/Terminal-related Home Manager modules
|
|
{
|
|
imports = [
|
|
./stt-ptt.nix
|
|
./zellij-ps.nix
|
|
];
|
|
}
|