mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-05 21:49:32 +01:00
Use a more sane default locale
This commit is contained in:
parent
aac49c0f66
commit
3c2dbb4915
@ -6,9 +6,9 @@
|
||||
];
|
||||
|
||||
# locale
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
i18n.defaultLocale = "ja_JP.UTF-8";
|
||||
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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user