bump
This commit is contained in:
parent
3776e21783
commit
2c4cadf8cc
7 changed files with 79 additions and 42 deletions
|
|
@ -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") ];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue