Firefox/ru: Difference between revisions
Created page with "=== Поделиться Экраном через Wayland ===" |
Created page with "<syntaxhighlight lang="nix"> # только если programs.firefox.enable == true programs.firefox.wrapperConfig = { pipewireSupport = true; };" |
||
(3 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
Keep in mind that the NixOS and Home Manager modules have different options, so choose accordingly. | Keep in mind that the NixOS and Home Manager modules have different options, so choose accordingly. | ||
</div> | </div> | ||
< | <span id="Firefox_Variants"></span> | ||
== Firefox | == Версии Firefox == | ||
<div lang="en" dir="ltr" class="mw-content-ltr"> | <div lang="en" dir="ltr" class="mw-content-ltr"> | ||
There are several Firefox variants that you can choose to install. To choose a variant, set <code>programs.firefox.package</code> accordingly. | There are several Firefox variants that you can choose to install. To choose a variant, set <code>programs.firefox.package</code> accordingly. | ||
Line 182: | Line 181: | ||
}; | }; | ||
</syntaxhighlight> | </syntaxhighlight> | ||
< | <span id="Troubleshooting"></span> | ||
== | == Устранение неполадок == | ||
<div lang="en" dir="ltr" class="mw-content-ltr"> | <div lang="en" dir="ltr" class="mw-content-ltr"> | ||
=== If you can't start the browser because of a configuration error === | === If you can't start the browser because of a configuration error === | ||
Line 217: | Line 215: | ||
</div> | </div> | ||
* Добавить поддержку Pipewire в Firefox: | * Добавить поддержку Pipewire в Firefox: | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
# | # только если programs.firefox.enable == true | ||
programs.firefox.wrapperConfig = { | programs.firefox.wrapperConfig = { | ||
pipewireSupport = true; | pipewireSupport = true; | ||
}; | }; | ||
# или же | |||
# | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | <div lang="en" dir="ltr" class="mw-content-ltr"> |