diff --git a/user/wm/hyprland/hyprland.nix b/user/wm/hyprland/hyprland.nix
index 966d8fe..12d7d16 100644
--- a/user/wm/hyprland/hyprland.nix
+++ b/user/wm/hyprland/hyprland.nix
@@ -835,7 +835,7 @@ in
clock = {
"interval" = 1;
"format" = "{:%a %Y-%m-%d %I:%M:%S %p}";
- "timezone" = "America/Chicago";
+ "timezone" = systemSettings.timezone;
"tooltip-format" = ''
{:%Y %B}
{calendar}'';