From 5eaaa1ebcb8e3fbb5511d60ba9131b74f135507e Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 2 Jan 2024 22:06:41 +0900 Subject: [PATCH] Add wttr format --- nixos/common/desktops/plasma6/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/common/desktops/plasma6/default.nix b/nixos/common/desktops/plasma6/default.nix index 5ce724ba..da7de7d4 100644 --- a/nixos/common/desktops/plasma6/default.nix +++ b/nixos/common/desktops/plasma6/default.nix @@ -39,7 +39,7 @@ "get-theme-times" = { enable = true; path = [ pkgs.curl ]; - script = "curl wttr.in > /tmp/wttr.in"; + script = "curl wttr.in?format=j1 > /tmp/wttr.in"; after = [ "networking-online.target" ]; serviceConfig.Type = "oneshot"; onSuccess = [