From 95a12a432fe9b3555e79df8dc28983f1c0ffc36a Mon Sep 17 00:00:00 2001 From: tootbrute Date: Sun, 19 Jan 2025 14:22:58 +0800 Subject: [PATCH] trying to add some fcitx5 dictionary stuff --- nixosModules/base.nix | 15 --------------- nixosModules/home.nix | 7 +++++-- 2 files changed, 5 insertions(+), 17 deletions(-) diff --git a/nixosModules/base.nix b/nixosModules/base.nix index 09c76a8..1a20524 100644 --- a/nixosModules/base.nix +++ b/nixosModules/base.nix @@ -66,21 +66,6 @@ fcitx5-table-extra ]; }; - - -# il8n.inputMethod.enabled = "fcitx5"; -# il8n.inputMethod.fcitx5.addons = with pkgs; [ -# fcitx5-chewing -# fcitx5-chinese-addons - #what is for pinyin? -# ]; - -# trying FCITX5 first -# i18n.inputMethod = { -# enable = true; -# type = "ibus"; -# ibus.engines = with pkgs.ibus-engines; [ libpinyin table-chinese]; -# }; # Enable the X11 windowing system. services.xserver.enable = true; diff --git a/nixosModules/home.nix b/nixosModules/home.nix index 1611e66..d81f402 100644 --- a/nixosModules/home.nix +++ b/nixosModules/home.nix @@ -90,8 +90,11 @@ pciutils # lspci usbutils # lsusb - #test - libchewing + #chinese input + fcitx5-gtk + fcitx5-pinyin-moegirl #dictionary + cedict #dictionary + libchewing #needed? ]; # Environment