mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39: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;
|
||||
};
|
||||
|
||||
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue