mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 09:47:57 +02:00
chore: Update i18n.inputMethod options
i18n.inputMethod.enabled was changed to .enable and .type.
This commit is contained in:
parent
120047d37d
commit
fa16ccaada
@ -52,7 +52,8 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
i18n.inputMethod = {
|
i18n.inputMethod = {
|
||||||
enabled = "fcitx5";
|
enable = true;
|
||||||
|
type = "fcitx5";
|
||||||
|
|
||||||
fcitx5 = {
|
fcitx5 = {
|
||||||
addons = with pkgs; [ fcitx5-mozc ];
|
addons = with pkgs; [ fcitx5-mozc ];
|
||||||
|
@ -26,7 +26,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
i18n.inputMethod = lib.mkForce {
|
i18n.inputMethod = lib.mkForce {
|
||||||
enabled = "ibus";
|
type = "ibus";
|
||||||
ibus.engines = with pkgs.ibus-engines; [ mozc ];
|
ibus.engines = with pkgs.ibus-engines; [ mozc ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ let
|
|||||||
in
|
in
|
||||||
{
|
{
|
||||||
programs.hyprland.enable = mkForce false;
|
programs.hyprland.enable = mkForce false;
|
||||||
i18n.inputMethod.enabled = mkForce null;
|
i18n.inputMethod.enable = mkForce false;
|
||||||
services.greetd.enable = mkForce false;
|
services.greetd.enable = mkForce false;
|
||||||
|
|
||||||
xserver = {
|
xserver = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user