services.speechd.modules

NixOS option

Configuration files of output modules.

type: open submodule of attribute set of strings concatenated with "\n"
Default
{ }
Example
{
  generic-epos = ''
    AddVoice        "cs"  "male1"   "kadlec"
    AddVoice        "sk"  "male1"   "bob"
  '';
}
declared in: nixos/modules/services/accessibility/speechd.nixView source on NixOS/nixpkgs →