nixos/ibus: add ibus portal if portals are enabled

This commit is contained in:
worldofpeace 2020-03-28 18:09:26 -04:00
parent df21a1e977
commit 76f7fc1476

View file

@ -75,5 +75,9 @@ in
QT_IM_MODULE = "ibus";
XMODIFIERS = "@im=ibus";
};
xdg.portal.extraPortals = mkIf xdg.portal.enable [
ibusPackage
];
};
}