nix-config/overlays/rofi-wayland-unwrapped.nix

6 lines
205 B
Nix
Raw Normal View History

final: prev: {
rofi-wayland-unwrapped = prev.rofi-wayland-unwrapped.overrideAttrs (oldAttrs: {
2024-08-03 20:32:56 +02:00
patches = (oldAttrs.patches or [ ]) ++ [ ../assets/rofi-wayland-fix-touchpad-scrolling.patch ];
});
}