organise all options into modules
This commit is contained in:
parent
c7c6606d14
commit
3192b6ca09
43 changed files with 518 additions and 423 deletions
6
system/modules/sydney.nix
Normal file
6
system/modules/sydney.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{...}: {
|
||||
time.timeZone = "Australia/Sydney";
|
||||
time.hardwareClockInLocalTime = false;
|
||||
i18n.defaultLocale = "en_AU.UTF-8";
|
||||
i18n.supportedLocales = ["en_AU.UTF-8/UTF-8"];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue