zenix: fix hypridle, update rem extest

This commit is contained in:
tristan 2025-01-01 15:54:30 +00:00
parent c1eb45d114
commit 602fa20d33
3 changed files with 353 additions and 157 deletions

View file

@ -282,5 +282,5 @@ in {
systemd.target = "hyprland-session.target";
};
systemd.user.services.hypridle.Install.WantedBy = ["hyprland-session.target"];
systemd.user.services.hypridle.Install.WantedBy = lib.mkForce ["hyprland-session.target"];
}