mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-07 14:39:43 +01:00
Use a more sane default locale
This commit is contained in:
parent
aac49c0f66
commit
3c2dbb4915
@ -6,9 +6,9 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
# locale
|
# locale
|
||||||
i18n.defaultLocale = "en_US.UTF-8";
|
i18n.defaultLocale = "ja_JP.UTF-8";
|
||||||
i18n.supportedLocales =
|
i18n.supportedLocales =
|
||||||
[ "en_US.UTF-8/UTF-8" "ja_JP.UTF-8/UTF-8" "fr_FR.UTF-8/UTF-8" ];
|
[ "ja_JP.UTF-8/UTF-8" "en_US.UTF-8/UTF-8" "fr_FR.UTF-8/UTF-8" ];
|
||||||
|
|
||||||
# nix
|
# nix
|
||||||
nix = {
|
nix = {
|
||||||
|
Loading…
Reference in New Issue
Block a user