feat(hyprland): ensure correct service order
This commit is contained in:
parent
da18eac2da
commit
300d5058c5
4 changed files with 60 additions and 30 deletions
|
|
@ -100,7 +100,12 @@ in
|
|||
enable = true;
|
||||
startInBackground = true;
|
||||
};
|
||||
systemd.user.services.nextcloud-client.Service = {
|
||||
RestartSec = "500ms";
|
||||
Restart = "on-failure";
|
||||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
illum.enable = true;
|
||||
resolved.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue