remove speechd from closure

This commit is contained in:
Gerg-L 2023-12-10 18:56:43 -05:00
parent a114216334
commit c78a999e67
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,6 @@ _:
legendary-gl
prismlauncher
pcmanfm # file manager
librewolf # best browser
obs-studio
vlc
webcord
@ -44,6 +43,7 @@ _:
inherit (pkgs.wineWowPackages) unstableFull;
inherit (pkgs.libsForQt5) kdenlive;
librewolf = pkgs.librewolf.override { cfg.speechSynthesisSupport = false; };
};
etc = {
"jdks/17".source = "${pkgs.openjdk17}/bin";