nix-da/modules/locale.nix
2024-10-23 04:03:00 +02:00

6 lines
68 B
Nix

let
locale = "en_GB.UTF-8";
in
{
i18n.defaultLocale = locale;
}