MyNixOS website logo

Voxtype configuration written to $XDG_CONFIG_HOME/voxtype/config.toml.

Declarations
Type
TOML value
Default
{ }
Example
{
  output = {
    fallback_to_clipboard = true;
    mode = "type";
  };
  whisper = {
    language = "en";
    model = "base.en";
  };
}