From 8350f79e619dc41bb107dd130a112309e8b9c0f4 Mon Sep 17 00:00:00 2001 From: rycee Date: Sun, 28 Jul 2024 23:31:42 +0000 Subject: [PATCH] deploy: 792757f643cedc13f02098d8ed506d82e19ec1da --- options.xhtml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/options.xhtml b/options.xhtml index 8d357592..42352be1 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.

@@ -19363,10 +19363,10 @@ string

-

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 @@ boolean

-

List 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

@@ -19577,7 +19577,7 @@ null or string

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 string

-

Attribute 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: { }

@@ -19762,7 +19762,7 @@ attribute set of (Firefox preference (int, bool, string, and also attrs, list, f
-

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”