Translations:Hyprland/24/en

Screensharing

❄︎ configuration.nix
{
  xdg.portal = {
    enable = true;
    extraPortals = with pkgs; [ xdg-desktop-portal-hyprland ];
  };
}