feat(wayland): remove swayidle.

This commit is contained in:
CronyAkatsuki 2025-11-08 18:11:48 +01:00
parent 4637e4ed21
commit 8974998926

View file

@ -58,17 +58,6 @@
};
};
services.swayidle = {
enable = true;
timeouts = [
{
timeout = 10;
command = "pidof hyprlock && ${pkgs.wlopm}/bin/wlopm --off '*'";
resumeCommand = "${pkgs.wlopm}/bin/wlopm --on '*'";
}
];
};
# Enable hyprlock
programs.hyprlock = {
enable = true;