mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-28 19:23:48 +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 = {
|
programs.librewolf = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
package = librewolf.override {
|
||||||
|
cfg.speechSynthesisSupport = false;
|
||||||
|
};
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
"middlemouse.paste" = false;
|
"middlemouse.paste" = false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user