feat: wlr xdg dekstop portal

main
Ricard Illa 2023-08-15 12:31:09 +02:00
parent 47c5f29379
commit 4cf2bd1775
Signed by: rilla
GPG Key ID: 525307BD467E4205
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@
xdg.portal = {
enable = true;
wlr.enable = true;
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
extraPortals = with pkgs; [ xdg-desktop-portal-gtk xdg-desktop-portal-wlr ];
};
networking = {