nixos/roles/laptop.nix

9 lines
131 B
Nix
Raw Normal View History

{
2025-06-18 08:12:33 -04:00
services = {
logind = {
lidSwitch = "suspend-then-hibernate";
lidSwitchExternalPower = "ignore";
};
};
}