{
  pkgs,
  ...
}:

{
  xdg.portal.enable = true;
  xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
  xdg.portal.config.common.default = "*"; # Use first portal implementation found
  # hyprland desktop portal added automatically
}