nix-config/common/pc/touchpad.nix
2021-02-22 23:59:15 -05:00

7 lines
133 B
Nix

{ config, pkgs, ... }:
{
services.xserver.libinput.enable = true;
services.xserver.libinput.touchpad.naturalScrolling = true;
}