From 3f535648cefd027f3db8c80cd4f7bed19b4061ad Mon Sep 17 00:00:00 2001 From: Artemis Tosini Date: Fri, 12 Jan 2024 13:08:43 +0000 Subject: [PATCH] rainbowdash: rustybar: add fallback zone for local time --- flake.lock | 18 +++++++++--------- system/rainbowdash/default.nix | 1 + 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/flake.lock b/flake.lock index b33a409..870d1a4 100644 --- a/flake.lock +++ b/flake.lock @@ -225,11 +225,11 @@ ] }, "locked": { - "lastModified": 1704809957, - "narHash": "sha256-Z8sBeoeeY2O+BNqh5C+4Z1h1F1wQ2mij7yPZ2GY397M=", + "lastModified": 1704980804, + "narHash": "sha256-lPNNKdPqIYcjhhYIVwlajNt/HqVWbMOoSdNnwCvOP04=", "owner": "nix-community", "repo": "home-manager", - "rev": "e13aa9e287b3365473e5897e3667ea80a899cdfb", + "rev": "93e804e7f8a1eb88bde6117cd5046501e66aa4bd", "type": "github" }, "original": { @@ -325,11 +325,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1704538339, - "narHash": "sha256-1734d3mQuux9ySvwf6axRWZRBhtcZA9Q8eftD6EZg6U=", + "lastModified": 1704722960, + "narHash": "sha256-mKGJ3sPsT6//s+Knglai5YflJUF2DGj7Ai6Ynopz0kI=", "owner": "nixos", "repo": "nixpkgs", - "rev": "46ae0210ce163b3cba6c7da08840c1d63de9c701", + "rev": "317484b1ead87b9c1b8ac5261a8d2dd748a0492d", "type": "github" }, "original": { @@ -368,11 +368,11 @@ "pre-commit-hooks": "pre-commit-hooks" }, "locked": { - "lastModified": 1704812275, - "narHash": "sha256-uRe8BdZhuSiupXOxohaVP8LzJtBRG+ETP9PgzR60orI=", + "lastModified": 1704958333, + "narHash": "sha256-yYgtaJnaDtUzd2X5jL+Zy38rtKPEu328oy5x7cOaH+I=", "owner": "nix-community", "repo": "nixvim", - "rev": "b4ddb322889e2daf41333b4dbca2555da2e8bb7e", + "rev": "0379ab34cc7bc1b846bfdbb3d6707f5c8b03ce2c", "type": "github" }, "original": { diff --git a/system/rainbowdash/default.nix b/system/rainbowdash/default.nix index 2e2e1fe..0eb06d4 100644 --- a/system/rainbowdash/default.nix +++ b/system/rainbowdash/default.nix @@ -54,6 +54,7 @@ type = "local_time" format = "%a %b %e %H:%M %Z" geoip_path = "${config.artemist.geoip}" + fallback_zone = "America/New_York" [[tile]] type = "utc_time" format = "%Y-%m-%d %H:%M:%S UTC"