diff --git a/modules/hyprland/default.nix b/modules/hyprland/default.nix index d60c5be..2e021b7 100644 --- a/modules/hyprland/default.nix +++ b/modules/hyprland/default.nix @@ -4,6 +4,8 @@ hardware.opengl = enabled {}; xdg.portal = enabled { + config.common.default = "*"; + extraPortals = with pkgs; [ xdg-desktop-portal-hyprland ];