diff --git a/plasma/autostart.nix b/plasma/autostart.nix index e044f0d..9730a58 100644 --- a/plasma/autostart.nix +++ b/plasma/autostart.nix @@ -15,7 +15,7 @@ serviceConfig = { ExecStart = ["${pkgs.kdePackages.yakuake}/bin/yakuake"]; - Type = "oneshot"; + Type = "simple"; Restart = "on-failure"; RestartSec = "5s"; Environment = "PATH=/run/current-system/sw/bin:/etc/profiles/per-user/$USER/bin"; @@ -30,7 +30,7 @@ serviceConfig = { ExecStart = ["${pkgs.trayscale}/bin/trayscale --hide-window"]; - Type = "oneshot"; + Type = "simple"; Restart = "on-failure"; RestartSec = "5s"; };