firefox: Enable extra stuff

This commit is contained in:
Erwin Boskma 2024-02-28 23:54:56 +01:00
parent bdd51d8d89
commit c4343b9855
Signed by: erwin
SSH key fingerprint: SHA256:/Wk1WZdLg+vQHs3in9qq7PsIp8SMzwGSk/RLZ5zPuZk

View file

@ -36,7 +36,11 @@ rec {
config = {
allowUnfree = true;
firefox.speechSynthesisSupport = true;
firefox = {
speechSynthesisSupport = true;
ffmpegSupport = true;
pipewireSupport = true;
};
};
};
home-manager = {