Remove ncspot

This commit is contained in:
Evie Litherland-Smith 2023-12-16 09:12:34 +00:00
parent 74ba6959ea
commit e0ef310d96
2 changed files with 12 additions and 18 deletions

View file

@ -77,7 +77,6 @@
"interval" = 1; "interval" = 1;
"player-icons" = { "player-icons" = {
"default" = "󰲸"; "default" = "󰲸";
"ncspot" = "󰓇";
"emms" = ""; "emms" = "";
}; };
"status-icons" = { "status-icons" = {

View file

@ -1,19 +1,14 @@
{ config, lib, pkgs, ... }: { pkgs, ... }: {
programs.mpv = {
{ enable = true;
programs = { scripts = with pkgs.mpvScripts; [
mpv = { mpris
enable = true; autoload
scripts = with pkgs.mpvScripts; [ thumbfast
mpris thumbnail
autoload sponsorblock
thumbfast quality-menu
thumbnail webtorrent-mpv-hook
sponsorblock ];
quality-menu
webtorrent-mpv-hook
];
};
ncspot.enable = true;
}; };
} }