diff --git a/hosts/desktop.nix b/hosts/desktop.nix index ecf178b..4fecc2c 100644 --- a/hosts/desktop.nix +++ b/hosts/desktop.nix @@ -7,9 +7,8 @@ xserver = { enable = true; libinput = { - enable = true; touchpad = { naturalScrolling = true; - tapping = true; - }; + enable = true; + touchpad.tapping = true; }; xkbOptions = "caps:escape"; displayManager = {