firefox: default to speech synthesis enabled
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
parent
2de1be5b51
commit
1b17ed5917
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user