diff --git a/modules/core/wayland.nix b/modules/core/wayland.nix index 6aeb50c..6e158fd 100644 --- a/modules/core/wayland.nix +++ b/modules/core/wayland.nix @@ -4,10 +4,10 @@ xdg.portal = { enable = true; wlr.enable = true; - # xdgOpenUsePortal = true; + xdgOpenUsePortal = true; extraPortals = [ pkgs.xdg-desktop-portal-hyprland - # pkgs.xdg-desktop-portal-gtk + pkgs.xdg-desktop-portal-gtk ]; }; }