From 22d96f91449cbc1b78602bb0d4aac218920fe01f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20Du=C3=9Fin?= Date: Fri, 23 May 2025 10:51:19 +0200 Subject: [PATCH] comment out fcitx fcitx in the configuration seems to overwrite my xkb options later in the configuration file. --- nix/configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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";