From 0ff5f2934e8a4b7b967821e4fea4275c84960297 Mon Sep 17 00:00:00 2001 From: Yves Dubromelle Date: Mon, 10 Jun 2019 12:53:08 +0200 Subject: [PATCH] =?UTF-8?q?synaptics=20est=20d=C3=A9pcr=C3=A9ci=C3=A9=20->?= =?UTF-8?q?=20libinput?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configuration/laptop.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configuration/laptop.nix b/configuration/laptop.nix index 7e69cd3..2fc9b25 100644 --- a/configuration/laptop.nix +++ b/configuration/laptop.nix @@ -26,8 +26,7 @@ mkIf flags.laptop { ]; # Services - services.xserver.synaptics = { + services.xserver.libinput = { enable = true; - twoFingerScroll = true; }; }