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 = { security = {
polkit.enable = true; polkit.enable = true;
rtkit.enable = true;
}; };
xdg = { xdg = {
portal = { portal = {
enable = true; enable = true;
extraPortals = with pkgs;[ xdg-desktop-portal-wlr ];
}; };
}; };