diff --git a/nix/configuration.nix b/nix/configuration.nix index d3c9fc4..fcfc6b0 100644 --- a/nix/configuration.nix +++ b/nix/configuration.nix @@ -49,10 +49,10 @@ # Internationalisation i18n = { defaultLocale = "en_US.UTF-8"; - inputMethod = { - enable = true; - type = "fcitx5"; - }; + # inputMethod = { + # enable = true; + # type = "fcitx5"; + # }; }; console = { font = "Lat2-Terminus16";