Skip to content

Commit 9714b7b

Browse files
committed
fix: set default locale to en_NZ
1 parent 9d8a9b6 commit 9714b7b

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

modules/nixos/environment/i18n.nix

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
{
22
i18n = {
3-
supportedLocales = [
4-
"en_US.UTF-8/UTF-8"
5-
"en_BE.UTF-8/UTF-8"
6-
];
7-
8-
extraLocaleSettings = {
9-
LC_MESSAGES = "en_US.UTF-8";
10-
LC_TIME = "en_BE.UTF-8";
11-
};
3+
# Not in NZ, but closest to what I want
4+
defaultLocale = "en_NZ.UTF-8";
125
};
136
}

0 commit comments

Comments
 (0)