system/base: set locale to en_AU

This commit is contained in:
LavaDesu 2025-03-17 18:17:59 +11:00
parent 024a93baf8
commit 9efcffd0f6
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -8,7 +8,7 @@
};
environment.pathsToLink = [ "/share/zsh" ];
i18n.defaultLocale = "en_GB.UTF-8";
i18n.defaultLocale = "en_AU.UTF-8";
users.mutableUsers = false;
system = {