Jump to content

Talk:Firefox: Difference between revisions

From Official NixOS Wiki
Latest comment: 27 August by RoGreat in topic Include templated user.js examples
A4blue (talk | contribs)
Wayland support: 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)

Latest revision as of 00:41, 27 August 2026

Any reason why firefox-bin exists?

What would compel users to install firefox-bin instead of firefox?

Wayland support

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 ? A4blue (talk) 08:21, 5 September 2025 (UTC)Reply

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 RoGreat (talk) 00:41, 27 August 2026 (UTC)Reply