1
Fork 0

Changed timezone to nl

This commit is contained in:
Matei Adriel 2023-04-27 13:56:16 +02:00
parent 78f154b38a
commit a14ae58e0b
No known key found for this signature in database

View file

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