MyNixOS website logo
option

services.speechd.clients

Client specific configuration.

Declarations
Type
open submodule of attribute set of strings concatenated with "\n"
Default
{ }
Example
{
  emacs = ''
    BeginClient "emacs:*"
    # Example:
    #   DefaultPunctuationMode "some"
    EndClient
  '';
}