blob: 3b0233a2ec4dd60db69c897e8356b69f215ac94e (
plain) (
tree)
|
|
# vim: ts=2
{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 = {};
}
|