From abba5b67ef478fcadcac65d2c94c58cb522168b7 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 6 Jan 2024 22:40:51 +0900 Subject: [PATCH] Update get-theme-times service --- nixos/common/desktops/plasma6/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/common/desktops/plasma6/default.nix b/nixos/common/desktops/plasma6/default.nix index f044f2c4..a3322cf2 100644 --- a/nixos/common/desktops/plasma6/default.nix +++ b/nixos/common/desktops/plasma6/default.nix @@ -38,6 +38,7 @@ 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 + chown albert:root /tmp/wttr.sunrise /tmp/wttr.sunset echo "get-theme-times - complete" ''; after = [ "networking-online.target" ];