Files
dotfiles/nixos/laptop.nix

7 lines
141 B
Nix
Raw Normal View History

2024-12-09 16:21:13 -07:00
{ makeEnable, config, ... }:
makeEnable config "myModules.laptop" true {
services.logind = {
lidSwitchExternalPower = "ignore";
};
}