Remove deprecated gtkUsePortal option

This commit is contained in:
2022-07-04 15:22:44 +02:00
parent 85cd41739c
commit e1f13ac6dd

View File

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