Firefox: Difference between revisions

Unabomberlive (talk | contribs)
mNo edit summary
added hint to programs.firefox.wrapperConfig for screen sharing in Wayland
Line 257: Line 257:
<!--T:46-->
<!--T:46-->
<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