From 73c27f3628b8095f269947d8f7ad3dc3b6714c16 Mon Sep 17 00:00:00 2001 From: rycee Date: Wed, 24 Jul 2024 21:47:29 +0000 Subject: [PATCH] deploy: 304a011325b7ac7b8c9950333cd215a7aa146b0e --- options.xhtml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) 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: