Jump to content

Talk:Firefox

From Official NixOS Wiki
Latest comment: 27 August by RoGreat in topic Include templated user.js examples

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