MyNixOS website logo
option

services.marytts.userDictionaries

Paths to the user dictionary files for MaryTTS.

Declarations
Type
list of path
Default
[ ]
Example
[
  (pkgs.writeTextFile {
    name = "userdict-en_US";
    destination = "/userdict-en_US.txt";
    text = ''
      Nixpkgs | n I k s - ' p { - k @ - dZ @ s
    '';
  })
]