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