From 72a532244594a370f597babf700fb013123d8c17 Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Wed, 5 Nov 2025 01:29:41 +0100 Subject: Secrets via nixos-sops, caldav and fixed virt --- modules/desktop/common.nix | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) (limited to 'modules/desktop/common.nix') diff --git a/modules/desktop/common.nix b/modules/desktop/common.nix index 88e0071..c04a6b0 100644 --- a/modules/desktop/common.nix +++ b/modules/desktop/common.nix @@ -51,17 +51,19 @@ }; - i18n.inputMethod = { - type = "fcitx5"; - enable = true; - fcitx5.addons = with pkgs; [ - fcitx5-gtk - fcitx5-lua - fcitx5-mozc - catppuccin-fcitx5 - fcitx5-table-other - ]; - }; + # 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 + # ]; + # }; fonts.packages = with pkgs; [ noto-fonts -- cgit v1.3.1