non important commit

This commit is contained in:
benstrb 2026-02-22 18:28:40 +01:00
parent ceaf00ed40
commit 26a8efae3b

View file

@ -8,7 +8,7 @@ in {
partOf = ["graphical-session.target"];
after = ["graphical-session.target"];
serviceConfig = {
ExecStart = "${pkgs.quickshell}/bin/qs -c ${qs_config}/shell.qml";
ExecStart = "${pkgs.quickshell}/bin/qs -c ${qs_config}";
Restart = "on-failure";
RestartSec = 3;
};