tweak: do not restart Quickshell on crash

Quickshell automatically restarts itself on crash, and if that system
breaks down, then there's probably a more serious issue here than can be
solved with a restart.
This commit is contained in:
Kiana Sheibani 2025-10-22 13:11:18 -04:00
parent c6be7e059e
commit 0bb0f25679
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -10,10 +10,6 @@
PartOf = [ "graphical-session.target" ];
};
Service = {
ExecStart = lib.getExe quickshell-toki-night.packages.${pkgs.system}.default;
Restart = "always";
RestartSec = "10";
};
Service.ExecStart = lib.getExe quickshell-toki-night.packages.${pkgs.system}.default;
};
}