adding wlr desktop portal

This commit is contained in:
Ivan Dimitrov 2023-07-23 12:33:20 +03:00
parent cf838dede9
commit b6270e07fd

View File

@ -32,11 +32,13 @@
security = {
polkit.enable = true;
rtkit.enable = true;
};
xdg = {
portal = {
enable = true;
extraPortals = with pkgs;[ xdg-desktop-portal-wlr ];
};
};