{ pkgs, ... }: { time.timeZone = "America/Los_Angeles"; location.provider = "geoclue2"; services = { chrony.enable = false; timesyncd.enable = true; }; i18n = { defaultLocale = "en_US.UTF-8"; inputMethod = { enable = true; type = "fcitx5"; fcitx5 = { waylandFrontend = true; addons = with pkgs; [ fcitx5-configtool fcitx5-gtk fcitx5-hangul fcitx5-mozc fcitx5-rime rime-data catppuccin-fcitx5 ]; }; }; }; }