non important commit

This commit is contained in:
benstrb 2026-02-22 18:14:59 +01:00
parent 8e8fee3d0b
commit 52b5058296

View file

@ -8,10 +8,9 @@ in {
Description = "quickshell desktop shell";
After = ["graphical-session.target"];
PartOf = ["graphical-session.target"];
};
Install = {
WantedBy = ["graphical-session.target"];
};
Service = {
ExecStart = "${pkgs.quickshell}/bin/qs -c ${qs_config}/shell.qml";
Restart = "on-failure";