feat(sway): enable xdg-desktop-portal

This commit is contained in:
buffet 2022-09-12 18:35:15 +00:00
parent 0fa9e5ca96
commit 82bf6e8bc5

View file

@ -176,4 +176,12 @@
};
};
};
xdg.portal = {
enable = true;
wlr.enable = true;
extraPortals = with pkgs; [
xdg-desktop-portal-gtk
];
};
}