diff --git a/hosts/doloro-laptop/laptop.nix b/hosts/doloro-laptop/laptop.nix index 4608134..92fcb7c 100644 --- a/hosts/doloro-laptop/laptop.nix +++ b/hosts/doloro-laptop/laptop.nix @@ -22,8 +22,5 @@ HandlePowerKey = "hibernate"; # Hibernate when the power button is pressed HandleLidSwitch = "hibernate"; # Hibernate when the lid is closed }; - systemd.sleep = { - hibernate = true; - hybridSleep = true; - }; + powerManagement.enable = true; }