1 { pkgs, makeInstalledTest, ... }:
7 i18n.supportedLocales = [ "all" ];
8 i18n.inputMethod.enabled = "ibus";
9 systemd.user.services.ibus-daemon = {
10 serviceConfig.ExecStart = "${pkgs.ibus}/bin/ibus-daemon --xim --verbose";
11 wantedBy = [ "graphical-session.target" ];
12 partOf = [ "graphical-session.target" ];