hypr-dotfiles/whisrs/config.toml
Jeena 01e13bb27c hypr: track whisrs config and symlink it like the other dotfiles
Keep the dictation daemon config versioned with the rest of the setup.
The file carries no secrets (local backend), but if a cloud backend with
an API key is ever configured it must not be committed; whisrs accepts
WHISRS_GROQ_API_KEY-style env vars instead.
2026-09-15 08:48:41 +09:00

11 lines
No EOL
204 B
TOML

[audio]
device = "pipewire"
[general]
backend = "local-whisper"
language = "en"
notify = true
audio_feedback = true
[local-whisper]
model_path = "/home/jeena/.local/share/whisrs/models/ggml-base.en.bin"