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