programs: komikku: add dbus to the sandbox to fix it

This commit is contained in:
Colin 2024-02-15 11:58:08 +00:00
parent 02dd629616
commit 02b7586ffa

View File

@ -4,6 +4,7 @@
sandbox.method = "bwrap"; # TODO:sandbox untested
sandbox.wrapperType = "wrappedDerivation";
sandbox.net = "clearnet";
sandbox.whitelistDbus = [ "user" ]; # needs to connect to dconf via dbus
sandbox.whitelistDri = true; #< required
sandbox.whitelistWayland = true;