{ prev, ... }: { wttrbar = prev.wttrbar.overrideAttrs (oldAttrs: { patches = (oldAttrs.patches or []) ++ [ ./icons.patch ]; }); }