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