non important commit

This commit is contained in:
benstrb 2026-03-08 09:53:28 +01:00
parent 1d8fa17b4d
commit e6af920b6f
2 changed files with 3 additions and 5 deletions

View file

@ -9,6 +9,8 @@ in {
environment.systemPackages = [quick_shell];
systemd.user.services.quickshell = {
restartIfChanged = true;
description = "quickshell desktop shell";
wantedBy = ["graphical-session.target"];
partOf = ["graphical-session.target"];
@ -20,8 +22,4 @@ in {
RestartSec = 3;
};
};
system.userActivationScripts.restartQuickshell = ''
${pkgs.systemd}/bin/systemctl --user restart quickshell.service || true
'';
}