{ lib, pkgs }: { xdg = { userDirs = { enable = true; createDirectories = true; }; }; xdg.portal = { enable = true; xdgOpenUsePortal = true; extraPortals = lib.mkForce [ pkgs.xdg-desktop-portal-gtk # For both pkgs.xdg-desktop-portal-hyprland # For Hyprland pkgs.xdg-desktop-portal-gnome # For Gnome ]; config.common.default = "*"; }; }