base: ignore lid switch on laptop
This commit is contained in:
parent
c3fcb0154f
commit
b0c90137dd
|
@ -26,6 +26,8 @@ in
|
||||||
xkbVariant = "us";
|
xkbVariant = "us";
|
||||||
libinput.enable = true;
|
libinput.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
logind.lidSwitch = "ignore";
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = builtins.attrValues {
|
environment.systemPackages = builtins.attrValues {
|
||||||
|
|
Loading…
Reference in a new issue