Revert "Remove redundant xdg-desktop-portal-gtk"

This reverts commit dd55d64aef.
This commit is contained in:
coolneng 2022-06-11 21:04:21 +02:00
parent c036f51c91
commit 1b859d89ed
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 2 additions and 0 deletions

View File

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