From 219268fcfdf16274cb7fe5cfa036720fa07055d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Bourdeauducq?= Date: Wed, 14 Feb 2024 16:51:04 +0800 Subject: [PATCH] desktop: remove fcitx --- nixops/desktop.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nixops/desktop.nix b/nixops/desktop.nix index a8a3231..e20e788 100644 --- a/nixops/desktop.nix +++ b/nixops/desktop.nix @@ -134,10 +134,6 @@ in hardware.opengl.driSupport32Bit = true; hardware.pulseaudio.support32Bit = true; - i18n.inputMethod = { - enabled = "fcitx5"; - fcitx5.addons = [ pkgs.fcitx5-table-extra pkgs.fcitx5-m17n ]; - }; fonts.packages = [ pkgs.noto-fonts pkgs.noto-fonts-cjk pkgs.noto-fonts-emoji pkgs.noto-fonts-extra pkgs.emacs-all-the-icons-fonts ]; # Enable the X11 windowing system.