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

@ -105,6 +105,15 @@ in
LC_TIME = "en_US.utf8";
};
i18n.inputMethod = {
enable = true;
type = "fcitx5";
fcitx5 = {
addons = [ pkgs.fcitx5-rime ];
waylandFrontend = true;
};
};
# ====== GUI ======
programs.niri.enable = true;
@ -113,7 +122,7 @@ in
catppuccin = {
enable = true;
accent = "rosewater";
accent = "peach";
flavor = "mocha";
};