diff --git a/options.html b/options.html index 7e4bfd9cb..6929ae359 100644 --- a/options.html +++ b/options.html @@ -4298,6 +4298,11 @@ list of string

Default: ]

Declared by:

<home-manager/modules/programs/firefox.nix> +
programs.firefox.profiles.<name>.search.privateDefault

The default search engine used in the Private Browsing.

Type: +null or string

Default: +null

Example: +"DuckDuckGo"

Declared by:

+<home-manager/modules/programs/firefox.nix>
programs.firefox.profiles.<name>.settings

Attribute set of Firefox preferences.

Firefox only supports int, bool, and string types for preferences, but home-manager will automatically convert all other JSON-compatible values into strings.

Type: