add xdg desktop portal for gnome
This commit is contained in:
parent
b68cd0541f
commit
f96f214fa3
1 changed files with 1 additions and 1 deletions
|
@ -198,6 +198,6 @@ in
|
||||||
|
|
||||||
xdg.portal.enable = lib.mkDefault true;
|
xdg.portal.enable = lib.mkDefault true;
|
||||||
xdg.portal.gtkUsePortal = lib.mkDefault true;
|
xdg.portal.gtkUsePortal = lib.mkDefault true;
|
||||||
xdg.portal.extraPortals = lib.mkDefault (with pkgs; [ xdg-desktop-portal-wlr xdg-desktop-portal-gtk ]);
|
xdg.portal.extraPortals = lib.mkDefault (with pkgs; [ xdg-desktop-portal-gnome xdg-desktop-portal-wlr xdg-desktop-portal-gtk ]);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue