mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
vanadium: pointless overlay infuse
This commit is contained in:
parent
d678217067
commit
539e0ec5cc
1 changed files with 40 additions and 41 deletions
|
|
@ -7,11 +7,10 @@ let
|
||||||
sugars = infuse-lib.v1.default-sugars;
|
sugars = infuse-lib.v1.default-sugars;
|
||||||
};
|
};
|
||||||
|
|
||||||
infuse = infuse-lib.v1.infuse;
|
infuse = lib.flip infuse-lib.v1.infuse;
|
||||||
in
|
in
|
||||||
# Why shouldn't I go crazy with overlays?
|
# Why shouldn't I go crazy with overlays?
|
||||||
(final: prev:
|
(final: infuse {
|
||||||
infuse prev {
|
|
||||||
cmus.__input.alsaSupport = _: false;
|
cmus.__input.alsaSupport = _: false;
|
||||||
|
|
||||||
fish.__input.usePython = _: false;
|
fish.__input.usePython = _: false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue