programs: hase: sandbox with bwrap

couldn't test the net feature, because hase servers have since gone
offline :((
This commit is contained in:
Colin 2024-02-16 03:48:59 +00:00
parent cdf61755a3
commit 48d96c1f36

View File

@ -368,6 +368,13 @@ in
"gnome.hitori".sandbox.wrapperType = "wrappedDerivation";
"gnome.hitori".sandbox.whitelistWayland = true;
hase.sandbox.method = "bwrap";
hase.sandbox.wrapperType = "wrappedDerivation";
hase.sandbox.net = "clearnet";
hase.sandbox.whitelistAudio = true;
hase.sandbox.whitelistDri = true;
hase.sandbox.whitelistWayland = true;
inkscape.sandbox.method = "bwrap";
inkscape.sandbox.wrapperType = "wrappedDerivation";
inkscape.sandbox.whitelistWayland = true;