7 lines
133 B
Nix
7 lines
133 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
services.xserver.libinput.enable = true;
|
|
services.xserver.libinput.touchpad.naturalScrolling = true;
|
|
}
|