services.speechd.clients

NixOS option

Client specific configuration.

type: open submodule of attribute set of strings concatenated with "\n"
Default
{ }
Example
{
  emacs = ''
    BeginClient "emacs:*"
    # Example:
    #   DefaultPunctuationMode "some"
    EndClient
  '';
}
declared in: nixos/modules/services/accessibility/speechd.nixView source on NixOS/nixpkgs →