diff --git a/tests/nixos.nix b/tests/nixos.nix index 22742488..1c9ef6ef 100644 --- a/tests/nixos.nix +++ b/tests/nixos.nix @@ -27,8 +27,9 @@ testers.runNixOSTest { console.enable = true; i18n.inputMethod = { - enable = true; - type = "fcitx5"; + # TODO: Use this option after 24.11 is stable + # enable = true; + enabled = "fcitx5"; }; users.users.test = {