firefox: Enable extra stuff
This commit is contained in:
parent
bdd51d8d89
commit
c4343b9855
1 changed files with 5 additions and 1 deletions
|
@ -36,7 +36,11 @@ rec {
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
firefox.speechSynthesisSupport = true;
|
firefox = {
|
||||||
|
speechSynthesisSupport = true;
|
||||||
|
ffmpegSupport = true;
|
||||||
|
pipewireSupport = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
home-manager = {
|
home-manager = {
|
||||||
|
|
Loading…
Reference in a new issue