Add xdg-desktop-portal-wlr

This commit is contained in:
Victor Mignot 2024-03-23 19:59:07 +01:00
parent 47ccfd3386
commit a9c49b6928
Signed by: dala
GPG key ID: 5E7F2CE1BEAFED3D

View file

@ -15,6 +15,9 @@ in
xdg.portal = mkIf usersHasSway {
enable = true;
wlr.enable = true;
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
extraPortals = with pkgs; [
xdg-desktop-portal-wlr
xdg-desktop-portal-gtk
];
};
}