ncmpcpp: Follow now playing lyrics
This commit is contained in:
parent
a21e6a987e
commit
65ded4e987
|
@ -1,4 +1,4 @@
|
|||
# SPDX-FileCopyrightText: 2020-2023 Simon Bruder <simon@sbruder.de>
|
||||
# SPDX-FileCopyrightText: 2020-2024 Simon Bruder <simon@sbruder.de>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
|
@ -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