Re-enable ncspot
This commit is contained in:
parent
33cb97192d
commit
895c1b6fdd
|
@ -5,6 +5,7 @@ in {
|
||||||
"player-icons" = {
|
"player-icons" = {
|
||||||
"default" = "";
|
"default" = "";
|
||||||
"mpv" = "";
|
"mpv" = "";
|
||||||
|
"ncspot" = "";
|
||||||
"Spot" = "";
|
"Spot" = "";
|
||||||
};
|
};
|
||||||
"status-icons" = {
|
"status-icons" = {
|
||||||
|
|
|
@ -6,16 +6,19 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
network.startWhenNeeded = true;
|
network.startWhenNeeded = true;
|
||||||
};
|
};
|
||||||
programs.mpv = {
|
programs = {
|
||||||
enable = true;
|
mpv = {
|
||||||
scripts = with pkgs.mpvScripts; [
|
enable = true;
|
||||||
mpris
|
scripts = with pkgs.mpvScripts; [
|
||||||
autoload
|
mpris
|
||||||
thumbfast
|
autoload
|
||||||
thumbnail
|
thumbfast
|
||||||
sponsorblock
|
thumbnail
|
||||||
quality-menu
|
sponsorblock
|
||||||
webtorrent-mpv-hook
|
quality-menu
|
||||||
];
|
webtorrent-mpv-hook
|
||||||
|
];
|
||||||
|
};
|
||||||
|
ncspot.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue