nix-config/overlays/rofi-wayland-unwrapped.nix
2024-08-03 14:32:56 -04:00

6 lines
205 B
Nix

final: prev: {
rofi-wayland-unwrapped = prev.rofi-wayland-unwrapped.overrideAttrs (oldAttrs: {
patches = (oldAttrs.patches or [ ]) ++ [ ../assets/rofi-wayland-fix-touchpad-scrolling.patch ];
});
}