From b7c67238ff254ac65101f2c22ff795e96d128811 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 2 Jan 2024 22:03:20 +0900 Subject: [PATCH] test --- 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 bde302b2..93396eeb 100644 --- a/nixos/common/desktops/plasma6/default.nix +++ b/nixos/common/desktops/plasma6/default.nix @@ -42,7 +42,7 @@ script = "curl wttr.in > /tmp/wttr.in"; after = [ "networking-online.target" ]; serviceConfig.Type = "oneshot"; - onSucces = [ + onSuccess = [ "light-theme.service" "dark-theme.service" ];