feat(hyprland): ensure correct service order

This commit is contained in:
Moritz Böhme 2023-10-25 17:19:26 +02:00
parent da18eac2da
commit 300d5058c5
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
4 changed files with 60 additions and 30 deletions

View file

@ -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;