From 67acfc5da20f4b348e3826788243c997990a9a3c Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 6 Sep 2024 21:38:16 -0700 Subject: Bump --- modules/system/input.nix | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 modules/system/input.nix (limited to 'modules/system/input.nix') diff --git a/modules/system/input.nix b/modules/system/input.nix new file mode 100644 index 0000000..e9f3c45 --- /dev/null +++ b/modules/system/input.nix @@ -0,0 +1,25 @@ +{ pkgs, ... }: +{ + i18n = { + defaultLocale = "en_US.UTF-8"; + + inputMethod = { + enable = true; + type = "fcitx5"; + + fcitx5 = { + waylandFrontend = true; + + addons = with pkgs; [ + fcitx5-configtool + fcitx5-gtk + fcitx5-hangul + fcitx5-mozc + fcitx5-rime + rime-data + catppuccin-fcitx5 + ]; + }; + }; + }; +} -- cgit v1.2.3