diff --git a/greynix/configuration.nix b/greynix/configuration.nix
index 8e63ad4..9667093 100644
--- a/greynix/configuration.nix
+++ b/greynix/configuration.nix
@@ -27,10 +27,10 @@
   # Define a user account. Don't forget to set a password with ‘passwd’.
   users.users.elias = {
     isNormalUser = true;
-    description = "Elias Gasparis";
+    description = "elias";
     extraGroups = [ "networkmanager" "wheel" "libvirtd" ];
     packages = with pkgs; [
-    #  thunderbird
+    #  install packages in home-manager
     ];
   };
 
diff --git a/nixosModules/base.nix b/nixosModules/base.nix
index d804edc..09c76a8 100644
--- a/nixosModules/base.nix
+++ b/nixosModules/base.nix
@@ -58,7 +58,8 @@
   };
 
   i18n.inputMethod = {
-    enable = "fcitx5";
+    enable = true;
+    type = "fcitx5";
     fcitx5.addons = with pkgs; [
       fcitx5-chewing
       fcitx5-chinese-addons