Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

services.voxtype.enable

Whether to enable Voxtype speech-to-text daemon.

Type: boolean

Default:

false

Example:

true

Declared by:

services.voxtype.package

The voxtype package to use.

Type: package

Default:

pkgs.voxtype

Example:

pkgs.voxtype-vulkan

Declared by:

services.voxtype.environment

Environment variables for the Voxtype user service.

Type: attribute set of string

Default:

{ }

Declared by:

services.voxtype.extraArgs

Extra command-line arguments passed to voxtype daemon.

Type: list of string

Default:

[ ]

Example:

[
  "--verbose"
]

Declared by:

services.voxtype.loadModels

Downloads the listed models with voxtype setup --download before starting the daemon.

Type: list of string

Default:

[ ]

Example:

[
  "base.en"
]

Declared by:

services.voxtype.settings

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

Type: TOML value

Default:

{ }

Example:

{
  output = {
    fallback_to_clipboard = true;
    mode = "type";
  };
  whisper = {
    language = "en";
    model = "base.en";
  };
}

Declared by:

services.voxtype.wayland.display

Wayland display socket name to expose to the Voxtype user service.

Type: null or string

Default:

null

Example:

"wayland-1"

Declared by:

services.voxtype.x11.display

X11 display name to expose to the Voxtype user service.

Type: null or string

Default:

null

Example:

":0"

Declared by: