Files
nix/new/devices/laptop.nix
2026-02-04 16:43:38 -06:00

8 lines
159 B
Nix

{ config, pkgs, device, ... }:
{
services.logind.settings.Login = {
HandleLidSwitch = "ignore";
HandleLidSwitchDocked = "ignore";
};
}