8 lines
149 B
Nix
8 lines
149 B
Nix
{ ... }: {
|
|
services.xserver.libinput = {
|
|
enable = true;
|
|
touchpad.naturalScrolling = true;
|
|
};
|
|
|
|
environment.variables.LAPTOP = "True";
|
|
}
|