Firefox: Difference between revisions

imported>Hypnosis2839
Screen Sharing under Wayland: firefox-wayland is just an alias for firefox
imported>Ppom
Pipewire support must be manually added to Firefox
Line 146: Line 146:
# This ensures all user units started after the command (not those already running) set the variables
# This ensures all user units started after the command (not those already running) set the variables
exec systemctl --user import-environment
exec systemctl --user import-environment
</syntaxhighlight>
* add Pipewire support to Firefox:
<syntaxhighlight lang="nix">
environment.systemPackages = [
  # Replace this
  pkgs.firefox
  # With this
  (pkgs.wrapFirefox (pkgs.firefox-unwrapped.override { pipewireSupport = true;}) {})
];
</syntaxhighlight>
</syntaxhighlight>


[[Category:Configuration]]
[[Category:Configuration]]
[[Category:Applications]]
[[Category:Applications]]