From 58dc3f524978b6a69e4cc580e84b7bbfbb276e10 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 30 Jul 2023 13:34:26 +0900 Subject: feat(home/gui): move i18n.inputMethod to home --- home/profiles/gui/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'home/profiles/gui') diff --git a/home/profiles/gui/default.nix b/home/profiles/gui/default.nix index ac7b55b..1a4086f 100644 --- a/home/profiles/gui/default.nix +++ b/home/profiles/gui/default.nix @@ -89,6 +89,12 @@ in extraConfig = import ./config/sway.nix { inherit pkgs neotheme; }; }; + i18n.inputMethod.enabled = "fcitx5"; + i18n.inputMethod.fcitx5.addons = with pkgs; [ + fcitx5-gtk + fcitx5-mozc + ]; + programs = { foot = { enable = true; -- cgit 1.4.1