From 8cd5c241774d48fb24bda912b4f6f847b8d557b7 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Thu, 18 Jan 2024 13:00:28 -0700 Subject: home-manager can't acces time variable set in nixos config --- modules/home-manager/waybar.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/home-manager') diff --git a/modules/home-manager/waybar.nix b/modules/home-manager/waybar.nix index 0e02ded..c35bc75 100644 --- a/modules/home-manager/waybar.nix +++ b/modules/home-manager/waybar.nix @@ -80,8 +80,8 @@ "clock" = { format = "{:%H:%M}  "; format-alt = "{:%A, %B %d, %Y (%R)}  "; - timezone = config.time.timeZone; - # timezone = "US/Mountain"; + # timezone = config.time.timeZone; + timezone = "US/Mountain"; tooltip-format = "{calendar}"; "calendar" = { mode = "year"; -- cgit v1.2.3