global(gui.input): update deprecated option

Changed files
+2 -1
global
gui
+2 -1
global/gui/input.nix
···
}:
lib.mkIf config.gensokyo.traits.gui {
i18n.inputMethod = {
-
enabled = "fcitx5";
+
enable = true;
+
type = "fcitx5";
fcitx5 = {
waylandFrontend = true;