system/base: use extraLocales
This commit is contained in:
parent
9787ed2636
commit
b1f4fcc223
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
||||||
environment.pathsToLink = [ "/share/zsh" ];
|
environment.pathsToLink = [ "/share/zsh" ];
|
||||||
|
|
||||||
i18n.defaultLocale = "en_AU.UTF-8";
|
i18n.defaultLocale = "en_AU.UTF-8";
|
||||||
i18n.supportedLocales = [ "en_GB.UTF-8/UTF-8" ];
|
i18n.extraLocales = [ "en_GB.UTF-8" ];
|
||||||
users.mutableUsers = false;
|
users.mutableUsers = false;
|
||||||
|
|
||||||
system = {
|
system = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue