From 73c27f3628b8095f269947d8f7ad3dc3b6714c16 Mon Sep 17 00:00:00 2001
From: rycee
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: