nixfiles/profiles/base/locale.nix
ChaotiCryptidz 24377ecdf3
console
2022-03-09 19:22:25 +00:00

4 lines
59 B
Nix

{ config, ... }: {
i18n.defaultLocale = "en_GB.UTF-8";
}