vanadium: pointless overlay infuse

This commit is contained in:
Primrose 2025-06-04 19:06:02 +02:00
parent d678217067
commit 539e0ec5cc
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -7,11 +7,10 @@ let
sugars = infuse-lib.v1.default-sugars;
};
infuse = infuse-lib.v1.infuse;
infuse = lib.flip infuse-lib.v1.infuse;
in
# Why shouldn't I go crazy with overlays?
(final: prev:
infuse prev {
(final: infuse {
cmus.__input.alsaSupport = _: false;
fish.__input.usePython = _: false;