about summary refs log tree commit diff
path: root/users/glittershark/system/system/modules/fcitx.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/glittershark/system/system/modules/fcitx.nix')
-rw-r--r--users/glittershark/system/system/modules/fcitx.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/users/glittershark/system/system/modules/fcitx.nix b/users/glittershark/system/system/modules/fcitx.nix
deleted file mode 100644
index 812f598f9f..0000000000
--- a/users/glittershark/system/system/modules/fcitx.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-{ config, lib, pkgs, ... }:
-
-{
-  i18n.inputMethod = {
-    enabled = "fcitx";
-    fcitx.engines = with pkgs.fcitx-engines; [
-      cloudpinyin
-    ];
-  };
-}