{pkgs, ...}: { services = { libinput.enable = true; xserver.modules = [ pkgs.xf86-input-libinput ]; }; }