nixos/roles/laptop.nix
2025-06-18 08:12:33 -04:00

8 lines
131 B
Nix

{
services = {
logind = {
lidSwitch = "suspend-then-hibernate";
lidSwitchExternalPower = "ignore";
};
};
}