Discord: Difference between revisions
imported>Hypnosis2839 →Installation: deduplicate info, refer to dedicated page for unfree |
imported>Hypnosis2839 →Text-to-Speech: replace overlay with override |
||
Line 109: | Line 109: | ||
=== Text-to-Speech === | === Text-to-Speech === | ||
TTS is disabled by default | TTS is disabled by default; you may enable it via an override: | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
(pkgs.discord.override { withTTS = true; }) | |||
</syntaxhighlight> | </syntaxhighlight> | ||