ncmpcpp: Follow now playing lyrics

This commit is contained in:
Simon Bruder 2024-03-31 13:03:35 +02:00
parent 51e8dd4169
commit 709f8d5676
Signed by: simon
GPG key ID: 347FF8699CDA0776

View file

@ -73,6 +73,7 @@ lib.mkIf nixosConfig.sbruder.gui.enable {
# Lyrics
lyrics_directory = "${config.services.mpd.musicDirectory}/lyrics";
follow_now_playing_lyrics = true;
# Misc
external_editor = "nvim";