feat: Remove unneeded rofi overlay

This commit is contained in:
punkfairie 2025-01-05 12:55:30 -08:00
parent 525a1f0f49
commit efdb81a04b
Signed by: punkfairie
GPG key ID: A509E8F77FB9D696

View file

@ -1,10 +0,0 @@
_: final: prev: {
rofi-unwrapped = prev.rofi-unwrapped.overrideAttrs (old: {
patches = (old.patches or [ ]) ++ [
(prev.fetchpatch {
url = "https://git.causa-arcana.com/PolytreeDE/rofi/commit/b341ed01d2bdca60e2be5882f369c2f519101304.patch";
sha256 = "sha256-Ekb+xyRavcUR0YHAtaRUClhPnarI6KK40ZnHbeM+hNs=";
})
];
});
}