mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-09 23:48:14 +01:00
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:
parent
2452f61338
commit
cc3991a38a
@ -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" ];
|
||||
}
|
@ -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";
|
||||
}
|
||||
|
@ -1,3 +0,0 @@
|
||||
{
|
||||
time.timeZone = "America/New_York";
|
||||
}
|
Loading…
Reference in New Issue
Block a user