mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 12:51:34 +01:00
laptop: Fix renamed options
This commit is contained in:
parent
797c074e90
commit
3155b96ce1
1 changed files with 3 additions and 3 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue