nixos-config/modules/core/i18n.nix

8 lines
123 B
Nix
Raw Normal View History

2026-02-21 23:22:09 +01:00
{
i18n.defaultLocale = "en_US.UTF-8";
i18n.supportedLocales = [
"en_US.UTF-8/UTF-8"
"ja_JP.UTF-8/UTF-8"
];
}