mpd: Save lyrics in music directory
That ensures they are synced between devices.
This commit is contained in:
parent
00e37c8104
commit
8f109831e2
|
@ -67,6 +67,9 @@ lib.mkIf nixosConfig.sbruder.gui.enable {
|
|||
# More modern UI
|
||||
user_interface = "alternative";
|
||||
|
||||
# Lyrics
|
||||
lyrics_directory = "${config.services.mpd.musicDirectory}/lyrics";
|
||||
|
||||
# Misc
|
||||
external_editor = "nvim";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue