programs: inkscape: sandbox with bwrap

This commit is contained in:
Colin 2024-02-15 17:26:37 +00:00
parent 838c6d7dc8
commit 7a685d8de9

View File

@ -368,6 +368,18 @@ in
"gnome.hitori".sandbox.wrapperType = "wrappedDerivation";
"gnome.hitori".sandbox.whitelistWayland = true;
inkscape.sandbox.method = "bwrap";
inkscape.sandbox.wrapperType = "wrappedDerivation";
inkscape.sandbox.whitelistWayland = true;
inkscape.sandbox.extraHomePaths = [
"Pictures"
"Pictures/servo-macros"
"dev"
"ref"
"tmp"
];
inkscape.sandbox.autodetectCliPaths = true;
# jq.sandbox.autodetectCliPaths = true; # liable to over-detect
krita.sandbox.method = "bwrap";