5 lines
149 B
Nix
5 lines
149 B
Nix
{ makeEnable, config, ... }:
|
|
makeEnable config "myModules.laptop" true {
|
|
services.logind.settings.Login.HandleLidSwitchExternalPower = "ignore";
|
|
}
|