From 605fa7e8728fadffcad471fef6f62cc4bf6a3082 Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Sun, 23 Nov 2025 15:29:18 +0100 Subject: Disable fcitx5 and add a vm-shell target --- modules/desktop/common.nix | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) (limited to 'modules/desktop/common.nix') diff --git a/modules/desktop/common.nix b/modules/desktop/common.nix index 4690597..ca43c5f 100644 --- a/modules/desktop/common.nix +++ b/modules/desktop/common.nix @@ -58,15 +58,20 @@ # 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 - ]; + 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; [ -- cgit v1.3.1