about summary refs log tree commit diff
path: root/home/profiles
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-09-17 20:25:01 +0900
committersefidel <contact@sefidel.net>2023-09-17 20:25:01 +0900
commit14229b63c8c76b042b0389f292ab7714c6b8a633 (patch)
treeaa4cb9ae54f746761040b4d28b026fb053dfbab7 /home/profiles
parent3684294a8ade6f800ece40c10ec13ce4b1714b19 (diff)
downloadnixrc-14229b63c8c76b042b0389f292ab7714c6b8a633.tar.gz
nixrc-14229b63c8c76b042b0389f292ab7714c6b8a633.zip
feat(home/gui): im: add hangul addon
Diffstat (limited to 'home/profiles')
-rw-r--r--home/profiles/gui/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/profiles/gui/default.nix b/home/profiles/gui/default.nix
index 5a9e0ab..e9cb343 100644
--- a/home/profiles/gui/default.nix
+++ b/home/profiles/gui/default.nix
@@ -124,6 +124,7 @@ in
     i18n.inputMethod.fcitx5.addons = with pkgs; [
       fcitx5-gtk
       fcitx5-mozc
+      fcitx5-hangul
     ];
 
     programs = {