ibus: fix installed tests

This commit is contained in:
Naïm Favier 2022-09-03 15:53:53 +02:00
parent 40fede29e3
commit 3a2f99340c
No known key found for this signature in database
GPG Key ID: 95AFCE8211908325

View File

@ -4,6 +4,7 @@ makeInstalledTest {
tested = pkgs.ibus;
testConfig = {
i18n.supportedLocales = [ "all" ];
i18n.inputMethod.enabled = "ibus";
systemd.user.services.ibus-daemon = {
serviceConfig.ExecStart = "${pkgs.ibus}/bin/ibus-daemon --xim --verbose";