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

This reverts commit 75c83a743e.
This commit is contained in:
coolneng 2020-12-28 15:54:36 +01:00
parent 882ee5c70d
commit 229de0cfee
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 2 additions and 1 deletions

View File

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