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