From d115855e007345d705db70ab6e61f2a14d282f30 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Fri, 15 Nov 2019 22:53:54 +0100 Subject: [PATCH] q: set NewZealand time to default time --- system/desktop/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/system/desktop/default.nix b/system/desktop/default.nix index cb771f6..6671785 100644 --- a/system/desktop/default.nix +++ b/system/desktop/default.nix @@ -47,7 +47,10 @@ q = { enable = true; - timeZones = [ "Europe/Berlin" "Pacific/Auckland" ]; + timeZones = [ + "Pacific/Auckland" + "Europe/Berlin" + ]; }; };