calcite: move input methods from hm to system config

This commit is contained in:
xinyangli 2024-11-26 17:37:16 +08:00
parent 1c40bbc98f
commit 0f4a315658
Signed by: xin
SSH key fingerprint: SHA256:UU5pRTl7NiLFJbWJZa+snLylZSXIz5rgHmwjzv8v4oE
3 changed files with 22 additions and 12 deletions

View file

@ -34,6 +34,7 @@ in
};
home.packages = with pkgs; [
resources
thunderbird
remmina
qq
@ -56,17 +57,6 @@ in
xdg.enable = true;
i18n.inputMethod = {
enabled = "fcitx5";
fcitx5.addons = with pkgs; [ fcitx5-rime ];
};
# Using wayland
home.sessionVariables = {
GTK_IM_MODULE = lib.mkForce "";
QT_IM_MODULE = lib.mkForce "";
};
custom-hm = {
alacritty = {
enable = true;