i18n: use i18n.inputMethod.{enable,type}

This commit is contained in:
Primrose 2025-05-19 10:16:16 +02:00
parent 1d5bfa01dd
commit 22dbd0089f
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
3 changed files with 9 additions and 4 deletions

View file

@ -44,7 +44,10 @@
;
};
xresources.properties."Xft.dpi" = 92;
i18n.inputMethod.enabled = "fcitx5";
i18n.inputMethod = {
enable = true;
type = "fcitx5";
};
# Disable the blueman pop up persistently
# https://github.com/blueman-project/blueman/issues/1556#issuecomment-882857426