aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common/optional/services/nolid.nix
blob: 7346c2620d937839324205f39f26c7239bc7f19e (plain)
1
2
3
4
5
6
7
{
  services.logind.settings.Login = {
    HandleLidSwitch = "ignore";
    HandleLidSwitchDocked = "ignore";
    HandleLidSwitchExternalPower = "ignore";
  };
}