music: disable sixel for spotify

This commit is contained in:
ooks-io 2025-01-19 00:29:26 +11:00
parent 082722b2a8
commit 3a3e949e64
2 changed files with 6 additions and 1 deletions

View file

@ -26,7 +26,10 @@
inherit (projectPlus) fpp-config fpp-launcher fpp-sd;
project-plus = projectPlus.package;
spotify-player = pkgs.spotify-player.override {withImage = false;};
spotify-player = pkgs.spotify-player.override {
withImage = false;
withSixel = false;
};
};
};
}