+2
-1
doc/packages/ibus.section.md
+2
-1
doc/packages/ibus.section.md
+3
nixos/doc/manual/release-notes/rl-2411.section.md
+3
nixos/doc/manual/release-notes/rl-2411.section.md
···+`enable` and `type`, for declaring whether to enable an alternative input method and defining which input method respectfully. The options available in `type` are the same as the existing `enabled` option. `enabled` is now deprecated, and will be removed in a future release.
+12
-6
nixos/modules/i18n/input-method/default.md
+12
-6
nixos/modules/i18n/input-method/default.md
··················
+18
-2
nixos/modules/i18n/input-method/default.nix
+18
-2
nixos/modules/i18n/input-method/default.nix
······Select the enabled input method. Input methods is a software to input symbols that are not available on standard input devices.···+warnings = optional (cfg.enabled != null) "i18n.inputMethod.enabled will be removed in a future release. Please use .type, and .enable = true instead";
+3
-3
nixos/modules/i18n/input-method/fcitx5.nix
+3
-3
nixos/modules/i18n/input-method/fcitx5.nix
······
+5
-1
nixos/modules/i18n/input-method/hime.nix
+5
-1
nixos/modules/i18n/input-method/hime.nix
···
+3
-2
nixos/modules/i18n/input-method/ibus.nix
+3
-2
nixos/modules/i18n/input-method/ibus.nix
······
+3
-2
nixos/modules/i18n/input-method/kime.nix
+3
-2
nixos/modules/i18n/input-method/kime.nix
···(lib.mkRemovedOptionModule [ "i18n" "inputMethod" "kime" "config" ] "Use i18n.inputMethod.kime.* instead")···
+4
-1
nixos/modules/i18n/input-method/nabi.nix
+4
-1
nixos/modules/i18n/input-method/nabi.nix
···
+3
-2
nixos/modules/i18n/input-method/uim.nix
+3
-2
nixos/modules/i18n/input-method/uim.nix
······
+4
-1
nixos/tests/installed-tests/ibus.nix
+4
-1
nixos/tests/installed-tests/ibus.nix
···