Merge branch 'zenix/master' into nixbook/cosmic

This commit is contained in:
tristan 2025-01-16 11:47:33 +00:00
commit 270cfdc8d7
8 changed files with 86 additions and 78 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"];
}