This commit is contained in:
Kopatz
2024-01-07 21:27:29 +01:00
parent a556696da6
commit f07479ed43
4 changed files with 24 additions and 9 deletions

View File

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