Firefox/en: Difference between revisions

FuzzyBot (talk | contribs)
Updating to match new version of source page
Tags: Mobile edit Mobile web edit
FuzzyBot (talk | contribs)
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