Files
nixverse/nodes/hosts/common/system/locale.nix
2025-06-29 07:36:26 -04:00

6 lines
96 B
Nix

{ ... }: {
# Select internationalisation properties.
i18n.defaultLocale = "en_CA.UTF-8";
}