diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-01-18 13:00:28 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-01-18 13:00:28 -0700 |
| commit | 8cd5c241774d48fb24bda912b4f6f847b8d557b7 (patch) | |
| tree | 6dd345ee4e1a31105eb09280e97b1925ca9ca6da /modules/home-manager | |
| parent | a92a19d146b11513e5527ab93ecae020045e814f (diff) | |
home-manager can't acces time variable set in nixos config
Diffstat (limited to 'modules/home-manager')
| -rw-r--r-- | modules/home-manager/waybar.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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 = "<tt><small>{calendar}</small></tt>"; "calendar" = { mode = "year"; |
