i18n.glibcLocales
Home-Manager option
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: absolute pathDefault
pkgs.glibcLocales
Example
declared in: <home-manager/modules/config/i18n.nix>source unavailablepkgs.glibcLocales.override { allLocales = false; locales = [ "en_US.UTF-8/UTF-8" ]; }