librewolf: Don't include mbrola

Reduces the closure size when mbrola isn't included in any other
packages.
This commit is contained in:
Donovan Glover 2024-05-26 05:39:55 -04:00
parent 3983219a7f
commit 23b5891753
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -1,7 +1,16 @@
{ pkgs, ... }:
let
inherit (pkgs) librewolf;
in
{
programs.librewolf = {
enable = true;
package = librewolf.override {
cfg.speechSynthesisSupport = false;
};
settings = {
"middlemouse.paste" = false;