about summary refs log blame commit diff
path: root/users/glittershark/system/system/modules/fcitx.nix
blob: 812f598f9f47f20fd04c6adb529a18a9eaff1523 (plain) (tree)
1
2
3
4
5
6
7
8
9
10




                           
                                              



                 
{ config, lib, pkgs, ... }:

{
  i18n.inputMethod = {
    enabled = "fcitx";
    fcitx.engines = with pkgs.fcitx-engines; [
      cloudpinyin
    ];
  };
}