add auto locale options

This commit is contained in:
Matthieu Morin 2024-06-09 15:43:18 +00:00
parent e19044a9b5
commit 63ce33d343
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
{ lib, ... }: {
i18n.defaultLocale = lib.mkDefault "en_US.UTF-8";
time.timeZone = lib.mkDefault "Europe/Amsterdam";
}