From 2727ce115349ca65c5728acf846a537cb539a4c7 Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 16 Oct 2019 09:21:17 +0200 Subject: tv: explicitly disable libinput --- tv/1systems/mu/config.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'tv/1systems/mu/config.nix') diff --git a/tv/1systems/mu/config.nix b/tv/1systems/mu/config.nix index 98332b2d..145c73c0 100644 --- a/tv/1systems/mu/config.nix +++ b/tv/1systems/mu/config.nix @@ -102,6 +102,7 @@ with import ; services.xserver.xkbOptions = "eurosign:e"; # TODO this is host specific + services.xserver.libinput.enable = false; services.xserver.synaptics = { enable = true; twoFingerScroll = true; -- cgit v1.2.3