Skip to content

Librewolf & Firefox Issues #1736

Answered by danth
autumnfoxy asked this question in Q&A
Jul 22, 2025 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

The Firefox options are under Home Manager, not NixOS: https://nix-community.github.io/stylix/options/modules/firefox.html#home-manager-options

If you're using Home Manager and NixOS combined, make sure you write them inside either

home-manager.users.autumnfoxy = {
  # Options here
};

or

home-manager.sharedModules = [ {
  # Options here
} ];

If you're using Home Manager separately, move the options into your Home Manager configuration.

Hope this helps :))

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@autumnfoxy
Comment options

Answer selected by autumnfoxy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants