From 9637bd72f64a7798d275305019b4f41b1642d414 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Tue, 25 Jun 2024 16:10:36 +1000 Subject: [PATCH] overlays/eww: remove withWayland --- overlays/eww.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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