{ pkgs, ... }: { xdg = { mime = { enable = true; }; portal = { enable = true; extraPortals = [ pkgs.xdg-desktop-portal-gtk ]; }; }; }