programs: delfin: add required mpris permissions

This commit is contained in:
Colin 2024-02-21 13:27:19 +00:00
parent b16902bec1
commit b8f090be93

View File

@ -266,7 +266,7 @@ in
delfin.sandbox.method = "bwrap";
delfin.sandbox.wrapperType = "wrappedDerivation";
delfin.sandbox.whitelistAudio = true;
# delfin.sandbox.whitelistDbus = [ "user" ]; # TODO: untested
delfin.sandbox.whitelistDbus = [ "user" ]; # else `mpris` plugin crashes the player
delfin.sandbox.whitelistDri = true;
delfin.sandbox.whitelistWayland = true;
delfin.sandbox.net = "clearnet";