nixos/roles/laptop.nix

7 lines
112 B
Nix
Raw Permalink Normal View History

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