diff --git a/flakes/de_plasma/home_manager/autostart.nix b/flakes/de_plasma/home_manager/autostart.nix index 0a86c804..f0c910c5 100644 --- a/flakes/de_plasma/home_manager/autostart.nix +++ b/flakes/de_plasma/home_manager/autostart.nix @@ -18,9 +18,9 @@ in options = { }; config = mkIf (cfg.enable && cfg.monitors.enableOverrides && cfg.monitors.commands != [ ]) { # Use XDG autostart - xdg.autostart."ringofstorms-kscreen-overrides" = { - name = "Apply monitor overrides"; - exec = "${script}/bin/plasma-kscreen-overrides"; - }; + # xdg.autostart."ringofstorms-kscreen-overrides" = { + # name = "Apply monitor overrides"; + # exec = "${script}/bin/plasma-kscreen-overrides"; + # }; }; }