Regenerated
This commit is contained in:
+359
-362
File diff suppressed because it is too large
Load Diff
+3
-6
@@ -1653,16 +1653,13 @@ in
|
||||
#################################
|
||||
systemd.user.services.hypridle = {
|
||||
description = "Hypridle (Hyprland idle daemon)";
|
||||
after = [ "graphical-session.target" "hyprland-session.target" ];
|
||||
requires = [ "graphical-session.target" ];
|
||||
after = [ "graphical-session.target" ];
|
||||
serviceConfig = {
|
||||
ExecStart = "${pkgs.hypridle}/bin/hypridle";
|
||||
Restart = "on-failure";
|
||||
RestartSec = "5s";
|
||||
StartLimitBurst = "5";
|
||||
StartLimitIntervalSec = "30s";
|
||||
Environment = "HOME=/home/${username}";
|
||||
};
|
||||
wantedBy = [ "graphical-session.target" ];
|
||||
wantedBy = [ "default.target" ];
|
||||
};
|
||||
}
|
||||
#+END_SRC
|
||||
|
||||
@@ -31,15 +31,12 @@ in
|
||||
#################################
|
||||
systemd.user.services.hypridle = {
|
||||
description = "Hypridle (Hyprland idle daemon)";
|
||||
after = [ "graphical-session.target" "hyprland-session.target" ];
|
||||
requires = [ "graphical-session.target" ];
|
||||
after = [ "graphical-session.target" ];
|
||||
serviceConfig = {
|
||||
ExecStart = "${pkgs.hypridle}/bin/hypridle";
|
||||
Restart = "on-failure";
|
||||
RestartSec = "5s";
|
||||
StartLimitBurst = "5";
|
||||
StartLimitIntervalSec = "30s";
|
||||
Environment = "HOME=/home/${username}";
|
||||
};
|
||||
wantedBy = [ "graphical-session.target" ];
|
||||
wantedBy = [ "default.target" ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user