Files
dotfiles/nixos/laptop.nix
2025-11-21 11:40:52 -08:00

5 lines
149 B
Nix

{ makeEnable, config, ... }:
makeEnable config "myModules.laptop" true {
services.logind.settings.Login.HandleLidSwitchExternalPower = "ignore";
}