1
0
forked from extern/nix-config
donovanglover-nix-config/modules/locale.nix
Donovan Glover 99d2913b41
nix: Remove one-off variables
Don't use variables for things that only get defined in one place.
2023-06-22 10:17:49 -04:00

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" ];
}