Files
dotfiles/nixos/laptop.nix

9 lines
155 B
Nix

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