diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 7624b6d..e2a7864 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -146,6 +146,14 @@ in tap_to_click = true; tap_button_map = "lrm"; natural_scroll = true; + }; + }; + + device = lib.optionalAttrs isMacbook { + "bcm5974" = { + sensitivity = 0; + accel_profile = "flat"; + natural_scroll = true; disable_while_typing = true; }; };