From 76b8c242a84a54654c43c473d8aaf38fcfdba14c Mon Sep 17 00:00:00 2001 From: albert Date: Thu, 13 Jun 2024 14:30:27 +0900 Subject: [PATCH] Update scripts --- nixos/common/desktops/plasma6/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/common/desktops/plasma6/default.nix b/nixos/common/desktops/plasma6/default.nix index 579764d5..84b685dd 100644 --- a/nixos/common/desktops/plasma6/default.nix +++ b/nixos/common/desktops/plasma6/default.nix @@ -38,7 +38,6 @@ 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" ];