nix-config/modules/locale.nix

5 lines
133 B
Nix
Raw Normal View History

{
i18n.defaultLocale = "ja_JP.UTF-8";
i18n.supportedLocales = [ "ja_JP.UTF-8/UTF-8" "en_US.UTF-8/UTF-8" "fr_FR.UTF-8/UTF-8" ];
2023-06-21 08:34:31 +02:00
}