Firefox/en: Difference between revisions
Updating to match new version of source page Tags: Mobile edit Mobile web edit |
Updating to match new version of source page |
||
| Line 143: | Line 143: | ||
* add Pipewire support to Firefox: | * add Pipewire support to Firefox: | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
# when programs.firefox.enable == true | |||
programs.firefox.wrapperConfig = { | |||
pipewireSupport = true; | |||
}; | |||
# or, alternatively | |||
environment.systemPackages = [ | environment.systemPackages = [ | ||
# Replace this | # Replace this | ||