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