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