xdg-desktop-portal: disable sandbox

This commit is contained in:
Colin 2024-02-15 18:23:40 +00:00
parent 1edb1fc8b6
commit d6868d58e6

View File

@ -20,6 +20,9 @@ in
'';
});
# the portal is a launcher, needs to handle anything
sandbox.enable = false;
services.xdg-desktop-portal = {
description = "Portal service";
wantedBy = [ "graphical-session.target" ];