Enable xdg-desktop-portal-wlr using new option
This commit is contained in:
parent
950f2ff69d
commit
bc8605a2ee
|
@ -48,6 +48,7 @@ with pkgs;
|
||||||
export XDG_SESSION_TYPE=wayland
|
export XDG_SESSION_TYPE=wayland
|
||||||
export XDG_CURRENT_DESKTOP=sway
|
export XDG_CURRENT_DESKTOP=sway
|
||||||
'';
|
'';
|
||||||
|
wrapperFeatures.gtk = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Backlight
|
# Backlight
|
||||||
|
@ -91,6 +92,6 @@ with pkgs;
|
||||||
# Enable WebRTC screensharing
|
# Enable WebRTC screensharing
|
||||||
xdg.portal = {
|
xdg.portal = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraPortals = [ xdg-desktop-portal-wlr ];
|
wlr.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue