Merge pull request #83625 from worldofpeace/ibus-portal

nixos/ibus: add ibus portal if portals are enabled
This commit is contained in:
worldofpeace
2020-04-01 02:21:03 -04:00
committed by GitHub

View File

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