Regenerated
This commit is contained in:
@@ -31,12 +31,15 @@ in
|
||||
#################################
|
||||
systemd.user.services.hypridle = {
|
||||
description = "Hypridle (Hyprland idle daemon)";
|
||||
after = [ "graphical-session.target" ];
|
||||
|
||||
after = [ "graphical-session.target" "hyprland-session.target" ];
|
||||
requires = [ "graphical-session.target" ];
|
||||
serviceConfig = {
|
||||
ExecStart = "${pkgs.hypridle}/bin/hypridle";
|
||||
Restart = "always";
|
||||
Restart = "on-failure";
|
||||
RestartSec = "5s";
|
||||
StartLimitBurst = "5";
|
||||
StartLimitIntervalSec = "30s";
|
||||
};
|
||||
wantedBy = [ "default.target" ];
|
||||
wantedBy = [ "graphical-session.target" ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user