programs: krita: enable sandbox

This commit is contained in:
Colin 2024-02-13 10:32:02 +00:00
parent 126f3e4922
commit 77e2af0ed9

View File

@ -341,6 +341,17 @@ in
# jq.sandbox.autodetectCliPaths = true; # liable to over-detect
krita.sandbox.method = "bwrap";
krita.sandbox.wrapperType = "wrappedDerivation";
krita.sandbox.autodetectCliPaths = "existing";
krita.sandbox.extraHomePaths = [
"dev"
"Pictures"
"Pictures/servo-macros"
"ref"
"tmp"
];
mercurial.sandbox.method = "bwrap"; # TODO:sandbox: untested
mercurial.sandbox.wrapperType = "wrappedDerivation";
mercurial.sandbox.net = "clearnet";