fix: enable Hermes voice STT dependencies
This commit is contained in:
@@ -61,13 +61,14 @@ in {
|
|||||||
addToSystemPackages = true;
|
addToSystemPackages = true;
|
||||||
# v0.14 lazy-installs heavy optional backends by default. In the sealed
|
# v0.14 lazy-installs heavy optional backends by default. In the sealed
|
||||||
# Nix package, include the backends this host config actively uses so the
|
# 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.
|
# without runtime pip/uv mutation.
|
||||||
extraDependencyGroups = [
|
extraDependencyGroups = [
|
||||||
"matrix"
|
"matrix"
|
||||||
"honcho"
|
"honcho"
|
||||||
"exa"
|
"exa"
|
||||||
"edge-tts"
|
"edge-tts"
|
||||||
|
"voice"
|
||||||
];
|
];
|
||||||
|
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
|
|||||||
Reference in New Issue
Block a user