summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2024-01-12 11:44:00 -0700
committerDevin Finlinson <devin.finlinson@pm.me>2024-01-12 11:44:00 -0700
commit6943c98073e292b5056fc593d3cd8ad46d6cf983 (patch)
tree906847f9ffdf4839aab500f87ff83bec80a882e7
parentb264393480f0311fc6d6bd45770bce26d204a0b7 (diff)
not sure how to get system variable into home manager module
-rw-r--r--modules/home-manager/waybar.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/home-manager/waybar.nix b/modules/home-manager/waybar.nix
index a865499..efee997 100644
--- a/modules/home-manager/waybar.nix
+++ b/modules/home-manager/waybar.nix
@@ -34,7 +34,8 @@
"clock" = {
format = "{:%H:%M}  ";
format-alt = "{:%A, %B %d, %Y (%R)}  ";
- timezone = config.time.timeZone;
+ # timezone = config.time.timeZone;
+ timezone = "US/Mountain";
tooltip-format = "<tt><small>{calendar}</small></tt>";
calendar = {
mode = "year";