chore: Update i18n.inputMethod options

i18n.inputMethod.enabled was changed to .enable and .type.
This commit is contained in:
Donovan Glover 2024-07-16 12:25:04 -04:00
parent 120047d37d
commit fa16ccaada
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
3 changed files with 4 additions and 3 deletions

View File

@ -52,7 +52,8 @@ in
};
i18n.inputMethod = {
enabled = "fcitx5";
enable = true;
type = "fcitx5";
fcitx5 = {
addons = with pkgs; [ fcitx5-mozc ];

View File

@ -26,7 +26,7 @@ in
};
i18n.inputMethod = lib.mkForce {
enabled = "ibus";
type = "ibus";
ibus.engines = with pkgs.ibus-engines; [ mozc ];
};

View File

@ -11,7 +11,7 @@ let
in
{
programs.hyprland.enable = mkForce false;
i18n.inputMethod.enabled = mkForce null;
i18n.inputMethod.enable = mkForce false;
services.greetd.enable = mkForce false;
xserver = {