laptop: Fix renamed options

This commit is contained in:
SebastianStork 2025-11-26 20:16:32 +01:00
parent 797c074e90
commit 3155b96ce1
Signed by: SebastianStork
SSH key fingerprint: SHA256:iEM011ogNMG1q8+U500adGu/9rpPuZ2KnFtbdLeqTiI

View file

@ -30,9 +30,9 @@
criticalPowerAction = "Hibernate";
};
logind = {
powerKey = "suspend-then-hibernate";
lidSwitch = "suspend-then-hibernate";
logind.settings.Login = {
HandlePowerKey = "suspend-then-hibernate";
HandleLidSwitch = "suspend-then-hibernate";
};
};