Change locale

This commit is contained in:
Invariantspace 2024-06-28 17:42:21 -07:00
parent 148fa76155
commit 44058865fe
No known key found for this signature in database
GPG key ID: EBC4A20067373921
5 changed files with 61 additions and 64 deletions

View file

@ -120,12 +120,15 @@ in
};
};
i18n.supportedLocales = [
"C.UTF-8/UTF-8"
"en_US.UTF-8/UTF-8"
"ja_JP.UTF-8/UTF-8"
"zh_CN.UTF-8/UTF-8"
];
i18n = {
defaultLocale = "zh_CN.UTF-8";
supportedLocales = [
"C.UTF-8/UTF-8"
"en_US.UTF-8/UTF-8"
"ja_JP.UTF-8/UTF-8"
"zh_CN.UTF-8/UTF-8"
];
};
programs = {
fish.enable = true;