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