graphical/jp: improve description

This commit is contained in:
Elec3137 2026-02-26 14:53:22 -08:00
commit 3659b1973f

View file

@ -11,7 +11,7 @@ let
in in
{ {
options.nixowos.graphical.${name} = { options.nixowos.graphical.${name} = {
enable = lib.mkEnableOption name; enable = lib.mkEnableOption "cjk fonts and fcitx5-mozc for ${name} input";
}; };
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {