diff --git a/options.xhtml b/options.xhtml index bcce6e515..761ca3d29 100644 --- a/options.xhtml +++ b/options.xhtml @@ -18962,6 +18962,39 @@ null or package

Type: null or package (read only)

+

Declared by:

+ + +
+ +<home-manager/modules/programs/firefox.nix> + +
+ +
+ + programs.firefox.languagePacks + + +
+
+

The language packs to install. Available language codes can be found +on the releases page: +https://releases.mozilla.org/pub/firefox/releases/${version}/linux-x86_64/xpi/, +replacing ${version} with the version of Firefox you have.

+ +

Type: +list of string

+ +

Default: +[ ]

+ +

Example:

[
+  "en-GB"
+  "de"
+]
+
+

Declared by: