non important commit

This commit is contained in:
benstrb 2026-02-22 19:15:00 +01:00
parent 9fc5fe3d9a
commit 6b0d4fc55d

View file

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