7 lines
77 B
Nix
7 lines
77 B
Nix
{ ... }:
|
|
let
|
|
locale = "en_GB.UTF-8";
|
|
in
|
|
{
|
|
i18n.defaultLocale = locale;
|
|
}
|