wip: fucked copilot, fixed hibernation

This commit is contained in:
2025-12-24 18:41:16 +00:00
parent 457134dbc4
commit 52dbd6e3cf

View File

@@ -22,8 +22,5 @@
HandlePowerKey = "hibernate"; # Hibernate when the power button is pressed HandlePowerKey = "hibernate"; # Hibernate when the power button is pressed
HandleLidSwitch = "hibernate"; # Hibernate when the lid is closed HandleLidSwitch = "hibernate"; # Hibernate when the lid is closed
}; };
systemd.sleep = { powerManagement.enable = true;
hibernate = true;
hybridSleep = true;
};
} }