diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-11-20 00:43:33 +0100 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-11-20 00:43:33 +0100 |
| commit | a641503303dddcc79911232b38117df158fb152d (patch) | |
| tree | a1ddd803c1eb00ec398551b84cc2673543557db6 /modules/desktop/common.nix | |
| parent | 892de67a9f64d0b0cdb023d830a019d8feec0a57 (diff) | |
Cleanup and restore of fcixt
Diffstat (limited to '')
| -rw-r--r-- | modules/desktop/common.nix | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/modules/desktop/common.nix b/modules/desktop/common.nix index 86cb562..4690597 100644 --- a/modules/desktop/common.nix +++ b/modules/desktop/common.nix @@ -56,18 +56,18 @@ }; # fcitx is broken for now - # i18n.inputMethod = { - # type = "fcitx5"; - # enable = true; - # fcitx5.addons = with pkgs; [ - # fcitx5-gtk - # fcitx5-lua - # fcitx5-mozc - # catppuccin-fcitx5 - # fcitx5-table-other - # kdePackages.fcitx5-qt - # ]; - # }; + i18n.inputMethod = { + type = "fcitx5"; + enable = true; + fcitx5.addons = with pkgs; [ + fcitx5-gtk + fcitx5-lua + fcitx5-mozc + catppuccin-fcitx5 + fcitx5-table-other + kdePackages.fcitx5-qt + ]; + }; fonts.packages = with pkgs; [ noto-fonts |
