meta: Merge timezone and locale with system

Usually one would want to define all of these options at the same time,
so it doesn't make sense to require importing several different modules.

For values that aren't needed, users can either override the configuration
in their own module or use an option that has been written upstream for the
module.
This commit is contained in:
Donovan Glover
2024-04-03 07:14:47 -04:00
parent 2452f61338
commit cc3991a38a
3 changed files with 5 additions and 7 deletions

View File

@@ -1,4 +0,0 @@
{
i18n.defaultLocale = "ja_JP.UTF-8";
i18n.supportedLocales = [ "ja_JP.UTF-8/UTF-8" "en_US.UTF-8/UTF-8" "fr_FR.UTF-8/UTF-8" ];
}

View File

@@ -1,3 +1,8 @@
{
time.timeZone = "America/New_York";
i18n.defaultLocale = "ja_JP.UTF-8";
i18n.supportedLocales = [ "ja_JP.UTF-8/UTF-8" "en_US.UTF-8/UTF-8" "fr_FR.UTF-8/UTF-8" ];
system.stateVersion = "22.11";
}

View File

@@ -1,3 +0,0 @@
{
time.timeZone = "America/New_York";
}