ncmpcpp: Follow now playing lyrics

okarin2
Simon Bruder 2024-03-31 13:03:35 +02:00
parent 51e8dd4169
commit 709f8d5676
Signed by: simon
GPG Key ID: 347FF8699CDA0776
1 changed files with 1 additions and 0 deletions

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";