diff --git a/options.xhtml b/options.xhtml index 8d3575920..42352be18 100644 --- a/options.xhtml +++ b/options.xhtml @@ -18999,7 +18999,7 @@ boolean
The Firefox package to use. If state version ≥ 19.09 then +
The Firefox package to use. If state version ≥ 19.09 then
this should be a wrapped Firefox package. For earlier state
versions it should be an unwrapped Firefox package.
Set to null
to disable installing Firefox.
Whether to force replace the existing containers -configuration. This is recommended since Firefox will -replace the symlink on every launch, but note that you’ll -lose any existing configuration by enabling this.
+Whether to force replace the existing containers configuration. +This is recommended since Firefox will replace the symlink on +every launch, but note that you’ll lose any existing configuration +by enabling this.
Type: boolean
@@ -19390,12 +19390,12 @@ booleanList of Firefox add-on packages to install for this profile. +
List of ‹name› add-on packages to install for this profile. Some pre-packaged add-ons are accessible from the Nix User Repository. Once you have NUR installed run
$ nix-env -f '<nixpkgs>' -qaP -A nur.repos.rycee.firefox-addons
-
to list the available Firefox add-ons.
Note that it is necessary to manually enable these extensions -inside Firefox after the first installation.
To automatically enable extensions add +
to list the available ‹name› add-ons.
Note that it is necessary to manually enable these extensions +inside ‹name› after the first installation.
To automatically enable extensions add
"extensions.autoDisableScopes" = 0;
to
programs.firefox.profiles.<profile>.settings
Attribute set of search engine configurations. Engines
that only have metaData
specified will
-be treated as builtin to Firefox.
See SearchEngine.jsm +be treated as builtin to ‹name›.
See SearchEngine.jsm in Firefox’s source for available options. We maintain a mapping to let you specify all options in the referenced link without underscores, but it may fall out of date with @@ -19635,7 +19635,7 @@ attribute set of attribute set of (JSON value)
Whether to force replace the existing search -configuration. This is recommended since Firefox will +configuration. This is recommended since ‹name› will replace the symlink for the search configuration on every launch, but note that you’ll lose any existing configuration by enabling this.
@@ -19721,12 +19721,12 @@ null or stringAttribute set of Firefox preferences.
Firefox only supports int, bool, and string types for +
Attribute set of ‹name› preferences.
‹name› only supports int, bool, and string types for preferences, but home-manager will automatically convert all other JSON-compatible values into strings.
Type: -attribute set of (Firefox preference (int, bool, string, and also attrs, list, float as a JSON string))
+attribute set of (‹name› preference (int, bool, string, and also attrs, list, float as a JSON string))Default:
{ }
Custom Firefox user chrome CSS.
+Custom ‹name› user chrome CSS.
Type: strings concatenated with “\n”
@@ -19801,7 +19801,7 @@ strings concatenated with “\n”Custom Firefox user content CSS.
+Custom ‹name› user content CSS.
Type: strings concatenated with “\n”