synaptics est dépcrécié -> libinput

This commit is contained in:
Yves Dubromelle
2019-06-10 12:53:08 +02:00
parent f0d5881c80
commit 0ff5f2934e

View File

@@ -26,8 +26,7 @@ mkIf flags.laptop {
]; ];
# Services # Services
services.xserver.synaptics = { services.xserver.libinput = {
enable = true; enable = true;
twoFingerScroll = true;
}; };
} }