From b9a8dc20bac391ce57ab88f280306e16c3ffaaeb Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Mon, 30 Sep 2024 21:50:52 +0200 Subject: [PATCH] ncmpcpp: remove lyrics fetchers --- modules/programs/tui/ncmpcpp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/tui/ncmpcpp.nix b/modules/programs/tui/ncmpcpp.nix index 185cb4e..5df9f5c 100644 --- a/modules/programs/tui/ncmpcpp.nix +++ b/modules/programs/tui/ncmpcpp.nix @@ -45,7 +45,7 @@ in { allow_for_physical_item_deletion = "no"; lines_scrolled = "0"; follow_now_playing_lyrics = "yes"; - lyrics_fetchers = "musixmatch"; + # lyrics_fetchers = "musixmatch"; connected_message_on_startup = "no"; mouse_support = "yes";