diff --git a/modules/gui.nix b/modules/gui.nix index 00a084b..af4e780 100644 --- a/modules/gui.nix +++ b/modules/gui.nix @@ -93,7 +93,6 @@ with pkgs; xdg.portal = { enable = true; wlr.enable = true; - gtkUsePortal = true; extraPortals = [ xdg-desktop-portal-gtk ]; }; }