programs: gpodder: fix to work in sandbox (add dbus)

This commit is contained in:
Colin 2024-02-16 06:07:46 +00:00
parent 5cda3b2805
commit 9cc12fab5d

View File

@ -24,6 +24,7 @@ in {
sandbox.method = "bwrap";
sandbox.wrapperType = "wrappedDerivation";
sandbox.whitelistDbus = [ "user" ]; # it won't launch without it, dunno exactly why.
sandbox.whitelistWayland = true;
sandbox.net = "clearnet";
sandbox.extraHomePaths = [ "Videos/gPodder" ];