mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-02-22 21:05:14 +08:00
feat: adds i18n to its own module
This commit is contained in:
parent
3774d867e3
commit
80f525cdb6
1 changed files with 7 additions and 0 deletions
7
modules/core/i18n.nix
Normal file
7
modules/core/i18n.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
i18n.supportedLocales = [
|
||||
"en_US.UTF-8/UTF-8"
|
||||
"ja_JP.UTF-8/UTF-8"
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue