system/base: fix locale name

This commit is contained in:
LavaDesu 2025-05-19 20:43:18 +10:00
parent 37f2453f17
commit 9787ed2636
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

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