diff options
author | sefidel <contact@sefidel.net> | 2023-07-30 13:34:26 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-07-30 13:34:26 +0900 |
commit | 58dc3f524978b6a69e4cc580e84b7bbfbb276e10 (patch) | |
tree | 6b1e24410c48a47317391880b0217efef64405af /home/profiles/gui/default.nix | |
parent | 9bd59a7bc51517745cc2359609c1e455f0fad86d (diff) | |
download | nixrc-58dc3f524978b6a69e4cc580e84b7bbfbb276e10.tar.gz nixrc-58dc3f524978b6a69e4cc580e84b7bbfbb276e10.zip |
feat(home/gui): move i18n.inputMethod to home
Diffstat (limited to 'home/profiles/gui/default.nix')
-rw-r--r-- | home/profiles/gui/default.nix | 6 |
1 files changed, 6 insertions, 0 deletions
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; |