{ yubikey-touch-detector, ... }: yubikey-touch-detector.overrideAttrs (attrs: { patches = [ ./yubikey-touch-detector.patch ]; postInstall = (attrs.postInstall or "") + '' rm $out/share/icons/hicolor/128x128/apps/yubikey-touch-detector.png install -Dm444 -T ${./touch.svg} \ $out/share/icons/hicolor/scalable/apps/yubikey-touch-symbolic.svg ''; })