diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-11-23 18:41:01 +0100 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-11-23 18:41:01 +0100 |
| commit | ce021eefaf1f337ed8ac406dea70947033bd70c1 (patch) | |
| tree | 83a2050505555b72bb3191ce371f117b6b44b387 /modules/desktop/common.nix | |
| parent | c4a4c9efaf7227d0b9a0fde28cf8c4612176aea0 (diff) | |
Fix fcitx5 by moving it to home-manager and updating the flake
Diffstat (limited to '')
| -rw-r--r-- | modules/desktop/common.nix | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/modules/desktop/common.nix b/modules/desktop/common.nix index ca43c5f..5c77fc8 100644 --- a/modules/desktop/common.nix +++ b/modules/desktop/common.nix @@ -55,24 +55,6 @@ }; - # fcitx is broken for now - i18n.inputMethod = { - type = "fcitx5"; - enable = false; - fcitx5 = { - waylandFrontend = true; - addons = with pkgs; [ - # fcitx5-gtk - # fcitx5-lua - # fcitx5-mozc - # catppuccin-fcitx5 - # fcitx5-table-other - # fcitx5-gtk - # libsForQt5.fcitx5-qt - # kdePackages.fcitx5-qt - ]; - }; - }; fonts.packages = with pkgs; [ noto-fonts |
