nixos/ibus: add ibus portal if portals are enabled

(cherry picked from commit 76f7fc1476)
This commit is contained in:
worldofpeace
2020-03-28 18:09:26 -04:00
parent 22fdd693d8
commit 6a0f658dcf

View File

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