From c10e98a7cf6c4fd174683916de6822841e47f351 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Fri, 7 Oct 2022 17:43:24 -0700 Subject: [PATCH] Add trackpad support --- configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configuration.nix b/configuration.nix index 75a4b29..c3b87a6 100644 --- a/configuration.nix +++ b/configuration.nix @@ -50,6 +50,13 @@ in services = { xserver = { enable = true; + libinput = { + enable = true; + touchpad = { + naturalScrolling = true; + tapping = true; + }; + }; displayManager = { lightdm.enable = true; #sddm.enable = true;