From dcece454e120e5daec8cea1424a5e47003f44c70 Mon Sep 17 00:00:00 2001 From: Cookiez Date: Sat, 16 May 2026 13:32:15 +0200 Subject: [PATCH] Changed plasma autostart services type, so the systemd services dont stay running --- plasma/autostart.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"; };