MyNixOS website logo

Attribute set of Firefox profiles.

When using Firefox Developer Edition, the profile name should be dev-edition-default. You can still set path to store the profile in a custom directory.

Declarations
Type
attribute set of (submodule)
Default
{ }
Example
{
  "dev-edition-default" = {
    id = 0;
    path = config.home.username;

    settings = {
      "browser.aboutConfig.showWarning" = false;
    };
  };
}