music-server: add MPRIS bridge

This commit is contained in:
Kate 2024-12-03 19:10:26 -07:00
parent 178f098e3b
commit 87dd388c21

View file

@ -32,6 +32,16 @@
};
};
# Translate our commands over MPRIS2.
services.mpdris2 = {
enable = true;
multimediaKeys = true;
notifications = true;
# We're streaming, baby!
mpd.musicDirectory = null;
};
};
}