programs: fractal: enable DRI in sandbox

This commit is contained in:
Colin 2024-02-02 17:19:35 +00:00
parent 2bb9115f35
commit 86b23e8183

View File

@ -29,6 +29,7 @@ in
sandbox.method = "bwrap";
sandbox.wrapperType = "wrappedDerivation";
sandbox.whitelistDri = true; # otherwise video playback buuuuurns CPU
configOption = with lib; mkOption {
default = {};