blob: bcdbf41c780c68dd49a4280d5e1723d155c84cfd [file] [log] [blame]
{ pkgs, ... }: {
config.services.xserver.libinput = {
enable = true;
touchpad.naturalScrolling = true;
};
}