nixos/roles/laptop.nix

6 lines
112 B
Nix

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