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" + ]; }; };