add ime
This commit is contained in:
5
modules/graphical/ime.nix
Normal file
5
modules/graphical/ime.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
i18n.inputMethod.enabled = "fcitx5";
|
||||
i18n.inputMethod.fcitx5.addons = [ pkgs.fcitx5-mozc ];
|
||||
}
|
||||
Reference in New Issue
Block a user