services.speechd.modules
NixOS option
Configuration files of output modules.
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 →{
generic-epos = ''
AddVoice "cs" "male1" "kadlec"
AddVoice "sk" "male1" "bob"
'';
}