hardware/laptop: add acpi to system packages
This commit is contained in:
parent
627773c552
commit
6785c7cbaf
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ ... }: {
|
{ pkgs, ... }: {
|
||||||
services.xserver.libinput = {
|
services.xserver.libinput = {
|
||||||
enable = true;
|
enable = true;
|
||||||
touchpad.naturalScrolling = true;
|
touchpad.naturalScrolling = true;
|
||||||
|
@ -7,4 +7,6 @@
|
||||||
environment.variables.LAPTOP = "True";
|
environment.variables.LAPTOP = "True";
|
||||||
|
|
||||||
services.logind.lidSwitch = "ignore";
|
services.logind.lidSwitch = "ignore";
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [ acpi ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue