Fix locale settings
This commit is contained in:
parent
fbc7c9dfab
commit
8473a6ee8e
@ -20,9 +20,10 @@ in
|
||||
|
||||
# locale settings
|
||||
i18n = {
|
||||
defaultLocale = lib.mkDefault "en_US.UTF-8";
|
||||
defaultLocale = lib.mkDefault "en_US.utf8";
|
||||
extraLocaleSettings = {
|
||||
LC_ALL = lib.mkDefault "en_US.UTF-8";
|
||||
LC_ALL = lib.mkDefault config.i18n.defaultLocale;
|
||||
LC_CTYPE = lib.mkDefault config.i18n.defaultLocale;
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user