6 lines
128 B
Nix
6 lines
128 B
Nix
{ config, lib, pkgs, ... }:
|
|
{
|
|
i18n.inputMethod.enabled = "fcitx5";
|
|
i18n.inputMethod.fcitx5.addons = [ pkgs.fcitx5-mozc ];
|
|
}
|