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" ];