8 lines
134 B
Nix
8 lines
134 B
Nix
|
{ ... }: {
|
||
|
services.libinput = {
|
||
|
enable = true;
|
||
|
mouse.naturalScrolling = true;
|
||
|
touchpad.naturalScrolling = true;
|
||
|
};
|
||
|
}
|