{ user, home }: { config, pkgs, ... }: { home-manager.users.${user}.xdg.portal.extraPortals = with pkgs; [ xdg-desktop-portal-gtk ]; }