still trying to get xorg to use libinput
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
{pkgs, ...}:
|
||||
|
||||
{
|
||||
services.libinput.enable = true;
|
||||
|
||||
services = {
|
||||
libinput.enable = true;
|
||||
xserver.modules = [ pkgs.xf86-input-libinput ]
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user