feat: wlr xdg dekstop portal
parent
47c5f29379
commit
4cf2bd1775
|
@ -152,7 +152,7 @@
|
|||
xdg.portal = {
|
||||
enable = true;
|
||||
wlr.enable = true;
|
||||
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
|
||||
extraPortals = with pkgs; [ xdg-desktop-portal-gtk xdg-desktop-portal-wlr ];
|
||||
};
|
||||
|
||||
networking = {
|
||||
|
|
Loading…
Reference in New Issue