Commit 0de91e44a5a3
Changed files (1)
systems
modules
profiles
systems/modules/profiles/laptop.nix
@@ -24,5 +24,10 @@ in
acpi
];
systemd.services.nix-gc.unitConfig.ConditionACPower = true;
+ services = {
+ logind.extraConfig = ''
+ HandleLidSwitchDocked=ignore
+ '';
+ };
};
}