feat(systemModules:video): add xdg-desktop-portal-hyprland top extraPortals

This commit is contained in:
ooks-io 2024-05-24 19:23:32 +12:00
parent cba4323fb7
commit 6cf6447210

View file

@ -18,8 +18,9 @@ in
xdg.portal = { xdg.portal = {
enable = true; enable = true;
xdgOpenUsePortal = true; xdgOpenUsePortal = true;
extraPortals = [ extraPortals = with pkgs; [
pkgs.xdg-desktop-portal-gtk xdg-desktop-portal-gtk
xdg-desktop-portal-hyprland
]; ];
config = { config = {
common.default = ["gtk"]; common.default = ["gtk"];