old
 1{...}: {
 2  programs.plasma.configFile = {
 3    kdeglobals = {
 4      General = {
 5        TerminalApplication = "ghostty";
 6        TerminalService = "com.mitchellh.ghostty";
 7      };
 8    };
 9    plasma-localerc = {
10      Formats.LANG = "zh_CN.UTF-8";
11      Translations.LANGUAGE = "zh_CN";
12    };
13    kwinrc = {
14      Wayland.InputMethod = {
15        shellExpand = true;
16        value = "/etc/profiles/per-user/hpcesia/share/applications/fcitx5-wayland-launcher.desktop";
17      };
18    };
19  };
20}