still trying to get xorg to use libinput

This commit is contained in:
k3t
2026-06-27 21:31:15 -06:00
parent c1deea5a08
commit 480b4d11bd
3 changed files with 7 additions and 4 deletions
+6 -2
View File
@@ -1,4 +1,8 @@
{pkgs, ...}:
{
services.libinput.enable = true;
services = {
libinput.enable = true;
xserver.modules = [ pkgs.xf86-input-libinput ]
};
}