Add xdg-desktop-portal-wlr
This commit is contained in:
parent
47ccfd3386
commit
a9c49b6928
|
@ -15,6 +15,9 @@ in
|
||||||
xdg.portal = mkIf usersHasSway {
|
xdg.portal = mkIf usersHasSway {
|
||||||
enable = true;
|
enable = true;
|
||||||
wlr.enable = true;
|
wlr.enable = true;
|
||||||
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
|
extraPortals = with pkgs; [
|
||||||
|
xdg-desktop-portal-wlr
|
||||||
|
xdg-desktop-portal-gtk
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue