diff --git a/modules/hyprland/default.nix b/modules/hyprland/default.nix index 22caedb1..a2011f53 100644 --- a/modules/hyprland/default.nix +++ b/modules/hyprland/default.nix @@ -25,7 +25,13 @@ in { xdg.portal = { enable = true; - wlr.enable = true; + xdgOpenUsePortal = true; + + config = { + common.default = ["gtk"]; + hyprland.default = ["gtk" "hyprland"]; + }; + extraPortals = [ pkgs.xdg-desktop-portal-gtk ];