diff --git a/configuration.nix b/configuration.nix index e812739..b58823f 100644 --- a/configuration.nix +++ b/configuration.nix @@ -26,7 +26,7 @@ virtualisation.docker.enable = true; # Set your time zone. - time.timeZone = "America/Chicago"; + time.timeZone = "Europe/Berlin"; # Configure network proxy if necessary # networking.proxy.default = "http://user:password@proxy:port/"; @@ -90,8 +90,8 @@ domain = "git.ekzy.is"; owner = "ekzyis"; repo = "dwmstatus"; - rev = "b0afd6e"; - hash = "sha256-TVkcvWcBnGkES8BjL7ZcavUo8C14H7Xj0mt9RBConmY="; + rev = "6c078d4"; + hash = "sha256-9ibrM0ZOJUC5YsSZjpqcw4GyeBmtyGaGFausjL96yTo="; }; buildInputs = [ xorg.libX11 ]; installPhase = ''