refactor(desktops): extract 'logind' module

This commit is contained in:
2026-04-26 18:18:36 +02:00
parent 781f379aff
commit d39071da06
2 changed files with 9 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
{
services.logind.settings.Login = {
HandleLidSwitch = "suspend";
IdleAction = "suspend";
IdleActionSec = 1800;
};
}