10 lines
190 B
Nix
10 lines
190 B
Nix
{ ... }: {
|
|
services.xserver.libinput = {
|
|
enable = true;
|
|
touchpad.naturalScrolling = true;
|
|
};
|
|
|
|
environment.variables.LAPTOP = "True";
|
|
|
|
services.logind.lidSwitch = "ignore";
|
|
}
|