diff --git a/modules/gui.nix b/modules/gui.nix index b4b2ad1..71b6e9b 100644 --- a/modules/gui.nix +++ b/modules/gui.nix @@ -127,7 +127,6 @@ in { xdg.portal = { enable = true; - gtkUsePortal = true; - extraPortals = with pkgs; [ xdg-desktop-portal-wlr xdg-desktop-portal-gtk ]; + extraPortals = with pkgs; [ xdg-desktop-portal-wlr ]; }; }