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