diff --git a/overlays/eww.nix b/overlays/eww.nix index bea0aec..8d89aa1 100644 --- a/overlays/eww.nix +++ b/overlays/eww.nix @@ -1,5 +1,5 @@ self: super: { - eww = (super.eww.override { withWayland = true; }).overrideAttrs (old: rec { + eww = super.eww.overrideAttrs (old: rec { patches = old.patches ++ [ # Use normal scroll events instead of smooth scroll ( due to https://bugzilla.gnome.org/show_bug.cgi?id=675959 ) ./patches/eww.patch