ncmpcpp: Follow now playing lyrics
This commit is contained in:
parent
51e8dd4169
commit
709f8d5676
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue