{ pkgs, ... }: { xdg.portal = { enable = true; wlr.enable = true; extraPortals = with pkgs; [ xdg-desktop-portal-hyprland xdg-desktop-portal-gtk ]; configPackages = [ pkgs.hyprland ]; }; }