Talk:Firefox: Difference between revisions
→Wayland support: new section |
→Include templated user.js examples: new section |
||
| Line 6: | Line 6: | ||
since 121 Wayland is enabled by default (https://www.firefox.com/en-US/firefox/121.0/releasenotes/), maybe instead of showing how to enable Wayland Support it should show how to enable XWayland Support in case some have Issues ? [[User:A4blue|A4blue]] ([[User talk:A4blue|talk]]) 08:21, 5 September 2025 (UTC) | since 121 Wayland is enabled by default (https://www.firefox.com/en-US/firefox/121.0/releasenotes/), maybe instead of showing how to enable Wayland Support it should show how to enable XWayland Support in case some have Issues ? [[User:A4blue|A4blue]] ([[User talk:A4blue|talk]]) 08:21, 5 September 2025 (UTC) | ||
== Include templated user.js examples == | |||
It'd be a short section for those that want to use something like `arkenfox` for instance. Not pleasant having to search PRs to get this information: | |||
With home-manager: | |||
programs.firefox.profiles.<name>.preConfig = builtins.readFile "${pkgs.arkenfox-userjs}/user.js"; | |||
PR: https://github.com/nix-community/home-manager/pull/5632 | |||
With nixos: | |||
programs.firefox.autoConfig = builtins.readFile "${pkgs.arkenfox-userjs}/user.cfg"; | |||
https://github.com/NixOS/nixpkgs/pull/319258 [[User:RoGreat|RoGreat]] ([[User talk:RoGreat|talk]]) 00:41, 27 August 2026 (UTC) | |||