diff --git a/plasma/autostart.nix b/plasma/autostart.nix index 9730a58..8bab669 100644 --- a/plasma/autostart.nix +++ b/plasma/autostart.nix @@ -12,6 +12,11 @@ description = "Automatically start Yakuake"; after = ["graphical-session.target"]; wantedBy = ["graphical-session.target"]; + + unitConfig = { + ConditionEnvironment = "XDG_CURRENT_DESKTOP=KDE"; + }; + serviceConfig = { ExecStart = ["${pkgs.kdePackages.yakuake}/bin/yakuake"];