Remove deprecated gtkUsePortal option
This commit is contained in:
parent
85cd41739c
commit
e1f13ac6dd
|
@ -93,7 +93,6 @@ with pkgs;
|
||||||
xdg.portal = {
|
xdg.portal = {
|
||||||
enable = true;
|
enable = true;
|
||||||
wlr.enable = true;
|
wlr.enable = true;
|
||||||
gtkUsePortal = true;
|
|
||||||
extraPortals = [ xdg-desktop-portal-gtk ];
|
extraPortals = [ xdg-desktop-portal-gtk ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue