diff --git a/settings/hyprland.nix b/settings/hyprland.nix index e2a7864..359fcbd 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -149,15 +149,6 @@ in }; }; - device = lib.optionalAttrs isMacbook { - "bcm5974" = { - sensitivity = 0; - accel_profile = "flat"; - natural_scroll = true; - disable_while_typing = true; - }; - }; - cursor = { no_warps = true; };