forked from extern/nix-config
99d2913b41
Don't use variables for things that only get defined in one place.
5 lines
133 B
Nix
5 lines
133 B
Nix
{
|
|
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" ];
|
|
}
|