allow dri permission for flatpak

This commit is contained in:
Henry Hiles 2026-03-25 23:18:52 -04:00
commit 6974e5cc06
No known key found for this signature in database

View file

@ -59,6 +59,7 @@
"fallback-x11" "fallback-x11"
"wayland" "wayland"
]; ];
devices = [ "dri" ];
}; };
}; };