diff --git a/nixos/common/desktops/plasma6/default.nix b/nixos/common/desktops/plasma6/default.nix index b68ee960..ff458399 100644 --- a/nixos/common/desktops/plasma6/default.nix +++ b/nixos/common/desktops/plasma6/default.nix @@ -36,8 +36,8 @@ path = [ pkgs.curl ]; script = '' echo "Activating get-theme-times systemd service" - curl -s wttr.in/?format=%S > /tmp/wttr.sunrise - curl -s wttr.in/?format=%s > /tmp/wttr.sunset + curl -s wttr.in/Kyoto?format=%S > /tmp/wttr.sunrise + curl -s wttr.in/Kyoto?format=%s > /tmp/wttr.sunset echo "get-theme-times - complete" ''; after = [ "networking-online.target" ];