fix(desktop): make screen sharing work

This commit is contained in:
Yorick Barbanneau 2025-08-26 22:42:18 +02:00
parent fc30593e0a
commit 0b053e3db2
Signed by: ephase
GPG key ID: 246042E52B41FFCF

View file

@ -173,6 +173,7 @@ in
portal = { portal = {
enable = true; enable = true;
extraPortals = with pkgs; [ extraPortals = with pkgs; [
xdg-desktop-portal
xdg-desktop-portal-wlr xdg-desktop-portal-wlr
xdg-desktop-portal-gtk xdg-desktop-portal-gtk
]; ];