4 lines
59 B
Nix
4 lines
59 B
Nix
|
{ config, ... }: {
|
||
|
i18n.defaultLocale = "en_GB.UTF-8";
|
||
|
}
|