diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2021-11-26 06:51:13 -0500 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2021-11-26 06:51:13 -0500 |
commit | c234cb7e69d0afe7f14a9141fc38fa31bd98b0c9 (patch) | |
tree | 80a960ec1eca010537ef32677043f8bf15df25a5 /modules | |
parent | 8d8828b91c79c31081d8e35ead4c1eaad8b1e62c (diff) |
disable fcitx
Diffstat (limited to 'modules')
-rw-r--r-- | modules/desktop.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/desktop.nix b/modules/desktop.nix index 94b50ca..7f3a7b6 100644 --- a/modules/desktop.nix +++ b/modules/desktop.nix @@ -106,10 +106,10 @@ in { dunst ]; - i18n.inputMethod = { - enabled = "fcitx"; - fcitx.engines = with pkgs.fcitx-engines; [ cloudpinyin ]; - }; + # i18n.inputMethod = { + # enabled = "fcitx"; + # fcitx.engines = with pkgs.fcitx-engines; [ cloudpinyin ]; + # }; services = { avahi.enable = true; |