about summary refs log tree commit diff
path: root/nixos/modules/rename.nix
diff options
context:
space:
mode:
authorVonfry <mail@vonfry.name>2023-03-12 12:03:50 +0800
committerVonfry <mail@vonfry.name>2023-03-13 18:47:05 +0800
commit051b74fe7d7398c24fee4d703bd1e32a88b68393 (patch)
treed4b7472b229e1833909eb2410ad800c3da464339 /nixos/modules/rename.nix
parent755c177ff9d7e6854ecd0f7a1218ee09bcb301b7 (diff)
nixos/fcitx: deprecated, and suggestions to use fcitx5 instead
Diffstat (limited to 'nixos/modules/rename.nix')
-rw-r--r--nixos/modules/rename.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/rename.nix b/nixos/modules/rename.nix
index d8a18cfcc6dc1..b8b17df9254ef 100644
--- a/nixos/modules/rename.nix
+++ b/nixos/modules/rename.nix
@@ -106,6 +106,8 @@ with lib;
     (mkRemovedOptionModule [ "services" "riak" ] "The corresponding package was removed from nixpkgs.")
     (mkRemovedOptionModule [ "services" "cryptpad" ] "The corresponding package was removed from nixpkgs.")
 
+    (mkRemovedOptionModule [ "i18n" "inputMethod" "fcitx" ] "The fcitx module has been removed. Plesae use fcitx5 instead")
+
     # Do NOT add any option renames here, see top of the file
   ];
 }