fix: enable Hermes voice STT dependencies #21

Merged
m3tam3re merged 1 commits from fix/hermes-voice-stt-deps into master 2026-05-23 11:30:18 +02:00
Showing only changes of commit 95aaddd8c0 - Show all commits
+2 -1
View File
@@ -61,13 +61,14 @@ in {
addToSystemPackages = true;
# v0.14 lazy-installs heavy optional backends by default. In the sealed
# Nix package, include the backends this host config actively uses so the
# gateway, Matrix bridge, memory, web search, and TTS work
# gateway, Matrix bridge, memory, web search, TTS, and local STT work
# without runtime pip/uv mutation.
extraDependencyGroups = [
"matrix"
"honcho"
"exa"
"edge-tts"
"voice"
];
extraPackages = with pkgs; [