blob: 297928ce04c72814a966639fec97beb3bb0ce2dd (
plain) (
tree)
|
|
{pkgs, ...}: {
xdg = {
portal = {
enable = true;
# TODO: only enable the below, when on river (or wlr based compositor)
wlr.enable = true;
extraPortals = [pkgs.xdg-desktop-portal-wlr];
};
};
# TODO: mime = {};
}
|