non important commit
This commit is contained in:
parent
1d8fa17b4d
commit
e6af920b6f
2 changed files with 3 additions and 5 deletions
|
|
@ -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
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue