remove idle on desktop

This commit is contained in:
2026-07-07 17:26:04 +02:00
parent 5b70399dba
commit 69915d089d

View File

@ -25,4 +25,5 @@
cursor.no_hardware_cursors = true;
misc.vrr = 1;
};
services.hypridle.enable = lib.mkForce false;
}