mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-10 16:08:45 +01:00
f5e0a08a30
Upstream issue: https://github.com/lbonn/rofi/issues/134
8 lines
215 B
Nix
8 lines
215 B
Nix
final: prev: {
|
|
rofi-wayland-unwrapped = prev.rofi-wayland-unwrapped.overrideAttrs (oldAttrs: {
|
|
patches = (oldAttrs.patches or [ ]) ++ [
|
|
../assets/rofi-wayland-fix-touchpad-scrolling.patch
|
|
];
|
|
});
|
|
}
|