Files
nix-config/modules/graphical/ime.nix
2024-01-07 21:27:29 +01:00

6 lines
128 B
Nix

{ config, lib, pkgs, ... }:
{
i18n.inputMethod.enabled = "fcitx5";
i18n.inputMethod.fcitx5.addons = [ pkgs.fcitx5-mozc ];
}