This commit is contained in:
Tao Tien 2023-10-30 14:10:57 -07:00
parent 3776e21783
commit 2c4cadf8cc
7 changed files with 79 additions and 42 deletions

View file

@ -84,9 +84,11 @@
time.timeZone = "US/Pacific";
i18n.defaultLocale = "en_US.utf8";
i18n.supportedLocales = [ "all" ];
# i18n.extraLocaleSettings = {
# LC_MESSAGES = "en_US.UTF-8";
# };
i18n.extraLocaleSettings = {
LC_CTYPE = "en_US.UTF-8";
LC_MESSAGES = "en_US.UTF-8";
LC_ALL = "en_US.UTF-8";
};
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];