push
This commit is contained in:
8
new/devices/laptop.nix
Normal file
8
new/devices/laptop.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ config, pkgs, device, ... }:
|
||||
|
||||
{
|
||||
services.logind.settings.Login = {
|
||||
HandleLidSwitch = "ignore";
|
||||
HandleLidSwitchDocked = "ignore";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user