firefox: default to speech synthesis enabled

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2023-10-07 09:04:11 +02:00
parent 2de1be5b51
commit 1b17ed5917
No known key found for this signature in database
GPG Key ID: 26C542FD97F965CE

View File

@ -84,7 +84,7 @@ let
++ lib.optional sndioSupport sndio
++ lib.optional jackSupport libjack2
++ lib.optional smartcardSupport opensc
++ lib.optional (cfg.speechSynthesisSupport or false) speechd
++ lib.optional (cfg.speechSynthesisSupport or true) speechd
++ pkcs11Modules
++ gtk_modules;
gtk_modules = [ libcanberra-gtk3 ];