style: run statix

This commit is contained in:
Primrose 2025-06-28 16:41:11 +02:00
parent 5b7fe1dae8
commit ebabf4f335
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
7 changed files with 25 additions and 25 deletions

View file

@ -10,7 +10,7 @@ let
infuse = lib.flip infuse-lib.v1.infuse;
in
# Why shouldn't I go crazy with overlays?
(final:
final:
infuse {
cmus.__input.alsaSupport = _: false;
@ -48,4 +48,4 @@ in
./patches/fcitx5-chinese-addons/disable-fullwidth.patch
# Note: disabling pinyin helper breaks canjie
];
})
}