programs: gpodder: sandbox with bwrap

which we can do, now that xdg-open works correctly within sandboxes
This commit is contained in:
2024-02-09 10:31:42 +00:00
parent bcbc57f5ef
commit 590a239f7d

View File

@@ -21,6 +21,9 @@ in {
"--set" "GPODDER_DOWNLOAD_DIR" "~/Videos/gPodder"
];
});
sandbox.method = "bwrap";
sandbox.wrapperType = "wrappedDerivation";
sandbox.net = "clearnet";
# packageUnwrapped = pkgs.gpodder-configured;
fs.".config/gpodderFeeds.opml".symlink.text = feeds.feedsToOpml wanted-feeds;