mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-24 17:23:09 +01:00
librewolf: Don't include mbrola
Reduces the closure size when mbrola isn't included in any other packages.
This commit is contained in:
parent
3983219a7f
commit
23b5891753
@ -1,7 +1,16 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
let
|
||||
inherit (pkgs) librewolf;
|
||||
in
|
||||
{
|
||||
programs.librewolf = {
|
||||
enable = true;
|
||||
|
||||
package = librewolf.override {
|
||||
cfg.speechSynthesisSupport = false;
|
||||
};
|
||||
|
||||
settings = {
|
||||
"middlemouse.paste" = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user