diff --git a/hosts/game-desktop/main.nix b/hosts/game-desktop/main.nix index 6e36b02..9dc5b04 100644 --- a/hosts/game-desktop/main.nix +++ b/hosts/game-desktop/main.nix @@ -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"; diff --git a/hosts/gerg-desktop/main.nix b/hosts/gerg-desktop/main.nix index 3cf7dc4..95691bf 100644 --- a/hosts/gerg-desktop/main.nix +++ b/hosts/gerg-desktop/main.nix @@ -51,7 +51,6 @@ qbittorrent # steal stuff pavucontrol # gui volume control pcmanfm # file manager - librewolf # best browser vlc # play stuff ripgrep fd @@ -69,6 +68,7 @@ ; inherit (nvim-flake.packages) neovim; inherit (self.packages) lint nixfmt; + librewolf = pkgs.librewolf.override { cfg.speechSynthesisSupport = false; }; }; etc = { "jdks/17".source = "${pkgs.openjdk17}/bin";