1 2 3 4 5 6 7
{ prev, ... }: { wttrbar = prev.wttrbar.overrideAttrs (oldAttrs: { patches = (oldAttrs.patches or []) ++ [ ./icons.patch ]; }); }