diff --git a/user/wm/hyprland/hyprland.nix b/user/wm/hyprland/hyprland.nix index 2f42f0b..279b83b 100644 --- a/user/wm/hyprland/hyprland.nix +++ b/user/wm/hyprland/hyprland.nix @@ -838,7 +838,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}'';