Revert "Remove xdg-desktop-portal-gtk until is it fixed"

This reverts commit 75c83a743e.
This commit is contained in:
2020-12-28 15:54:36 +01:00
parent 882ee5c70d
commit 229de0cfee

View File

@@ -127,6 +127,7 @@ in {
xdg.portal = { xdg.portal = {
enable = true; enable = true;
extraPortals = with pkgs; [ xdg-desktop-portal-wlr ]; gtkUsePortal = true;
extraPortals = with pkgs; [ xdg-desktop-portal-wlr xdg-desktop-portal-gtk ];
}; };
} }