music: disable sixel for spotify
This commit is contained in:
parent
082722b2a8
commit
3a3e949e64
2 changed files with 6 additions and 1 deletions
|
|
@ -4,6 +4,7 @@
|
||||||
config,
|
config,
|
||||||
lib,
|
lib,
|
||||||
hozen,
|
hozen,
|
||||||
|
self',
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
inherit (lib) mkIf getExe elem;
|
inherit (lib) mkIf getExe elem;
|
||||||
|
|
@ -36,6 +37,7 @@ in {
|
||||||
programs = {
|
programs = {
|
||||||
spotify-player = {
|
spotify-player = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = self'.packages.spotify-player;
|
||||||
settings = {
|
settings = {
|
||||||
theme = "default";
|
theme = "default";
|
||||||
client_id_command = "cat ${spotify_key.path}";
|
client_id_command = "cat ${spotify_key.path}";
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,10 @@
|
||||||
|
|
||||||
inherit (projectPlus) fpp-config fpp-launcher fpp-sd;
|
inherit (projectPlus) fpp-config fpp-launcher fpp-sd;
|
||||||
project-plus = projectPlus.package;
|
project-plus = projectPlus.package;
|
||||||
spotify-player = pkgs.spotify-player.override {withImage = false;};
|
spotify-player = pkgs.spotify-player.override {
|
||||||
|
withImage = false;
|
||||||
|
withSixel = false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue