{ pkgs, ... }: { xdg.portal = { enable = true; config.common.default = "*"; extraPortals = with pkgs; [ xdg-desktop-portal-hyprland xdg-desktop-portal-gtk ]; }; }