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;