From 6cf6447210970ac3256f3e5af15511069d519e6a Mon Sep 17 00:00:00 2001 From: ooks-io Date: Fri, 24 May 2024 19:23:32 +1200 Subject: [PATCH] feat(systemModules:video): add xdg-desktop-portal-hyprland top extraPortals --- inputs/system/modules/base/video/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/inputs/system/modules/base/video/default.nix b/inputs/system/modules/base/video/default.nix index 1f694b0..1ef4a38 100644 --- a/inputs/system/modules/base/video/default.nix +++ b/inputs/system/modules/base/video/default.nix @@ -18,8 +18,9 @@ in xdg.portal = { enable = true; xdgOpenUsePortal = true; - extraPortals = [ - pkgs.xdg-desktop-portal-gtk + extraPortals = with pkgs; [ + xdg-desktop-portal-gtk + xdg-desktop-portal-hyprland ]; config = { common.default = ["gtk"];