mirror of
https://github.com/hyprwm/hypridle.git
synced 2024-11-16 23:25:58 +01:00
nix: home-manager module fix service wantedby
This commit is contained in:
parent
56f334cbe8
commit
f4659b1bb8
1 changed files with 2 additions and 1 deletions
|
@ -105,7 +105,6 @@ in {
|
|||
Unit = {
|
||||
Description = "Hypridle";
|
||||
After = ["graphical-session.target"];
|
||||
WantedBy = ["default.target"];
|
||||
};
|
||||
|
||||
Service = {
|
||||
|
@ -113,6 +112,8 @@ in {
|
|||
Restart = "always";
|
||||
RestartSec = "10";
|
||||
};
|
||||
|
||||
Install.WantedBy = [ "default.target" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue