1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-03 11:02:05 +00:00

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
];
};
}