Remove deprecated gtkUsePortal option

This commit is contained in:
coolneng 2022-07-04 15:22:44 +02:00
parent 85cd41739c
commit e1f13ac6dd
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 0 additions and 1 deletions

View File

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