From 63113f0fd692767ed9c2402aae70d68727d14255 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Mon, 10 Jun 2024 19:28:10 +0200 Subject: [PATCH] Rename deprecated libinput options --- system/roles/laptop/touchpad.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/roles/laptop/touchpad.nix b/system/roles/laptop/touchpad.nix index 685d724..aa05640 100644 --- a/system/roles/laptop/touchpad.nix +++ b/system/roles/laptop/touchpad.nix @@ -4,7 +4,7 @@ acceptedTypes = ["laptop"]; in { config = mkIf (builtins.elem deviceType acceptedTypes) { - services.xserver.libinput = { + services.libinput = { # enable libinput enable = true; @@ -17,7 +17,7 @@ in { # touchpad settings touchpad = { - naturalScrolling = false; # I'm weird like that + naturalScrolling = false; # I'm not natural tapping = true; clickMethod = "clickfinger"; horizontalScrolling = true;