diff --git a/options.html b/options.html index 7d82c699e..3373c86c0 100644 --- a/options.html +++ b/options.html @@ -1281,6 +1281,19 @@ conversion or moving files.
Type: o undefined for state version ≥ 20.09
Example: "jane.doe"
Declared by:
<home-manager/modules/home-environment.nix>
+ |
i18n.glibcLocales
Customized glibcLocales
package providing
+the LOCALE_ARCHIVE_*
environment variable.
+
+This option only applies to the Linux platform. +
+When Home Manager is configured with NixOS, the default value
+will be set to i18n.glibcLocales
from the
+system configuration.
Type: path
Default: pkgs.glibcLocales
Example:
pkgs.glibcLocales.override { + allLocales = false; + locales = [ "en_US.UTF-8/UTF-8" ]; +} +
Declared by:
+ <home-manager/modules/config/i18n.nix>
|
i18n.inputMethod.enabled
Select the enabled input method. Input methods is a software to input symbols that are not available on standard input devices.