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.
This commit is contained in:
parent
6cac8ce12e
commit
01e13bb27c
2 changed files with 12 additions and 0 deletions
11
whisrs/config.toml
Normal file
11
whisrs/config.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue