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,8 +1,5 @@
{ config, lib, pkgs, ... }: { pkgs, ... }: {
programs.mpv = {
{
programs = {
mpv = {
enable = true; enable = true;
scripts = with pkgs.mpvScripts; [ scripts = with pkgs.mpvScripts; [
mpris mpris
@ -14,6 +11,4 @@
webtorrent-mpv-hook webtorrent-mpv-hook
]; ];
}; };
ncspot.enable = true;
};
} }