From c4343b98554da9c943795d1b4f1bced281570695 Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Wed, 28 Feb 2024 23:54:56 +0100 Subject: [PATCH] firefox: Enable extra stuff --- lib/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/default.nix b/lib/default.nix index a3982c6..a4ae36f 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -36,7 +36,11 @@ rec { config = { allowUnfree = true; - firefox.speechSynthesisSupport = true; + firefox = { + speechSynthesisSupport = true; + ffmpegSupport = true; + pipewireSupport = true; + }; }; }; home-manager = {