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
commit 8c093bd477
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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