diff --git a/home-manager-modules/hyprland/default.nix b/home-manager-modules/hyprland/default.nix index 7784448..74f5bda 100644 --- a/home-manager-modules/hyprland/default.nix +++ b/home-manager-modules/hyprland/default.nix @@ -35,10 +35,6 @@ with lib; input { kb_layout = fr follow_mouse = 1 - touchpad { - natural_scroll = true - tap-to-click = false - } sensitivity = 0 # -1.0 - 1.0, 0 means no modification. } diff --git a/machines/x2100/default.nix b/machines/x2100/default.nix index 701509b..a00712b 100644 --- a/machines/x2100/default.nix +++ b/machines/x2100/default.nix @@ -26,10 +26,6 @@ enable = true; layout = "fr"; displayManager.gdm.enable = true; - libinput = { - enable = true; - touchpad.naturalScrolling = true; - }; }; services.tailscale.enable = true;