From 289be0fc93bd5dac6dc0d2f4693494988585d395 Mon Sep 17 00:00:00 2001 From: GY <20533356+importantblimp@users.noreply.github.com> Date: Sat, 11 May 2024 12:54:00 +1200 Subject: [PATCH] Update documentation for nixpkgs breaking change nixpkgs change: https://github.com/NixOS/nixpkgs/pull/310708 --- README.ko.md | 3 ++- README.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.ko.md b/README.ko.md index 142f0f2f..cecbf764 100644 --- a/README.ko.md +++ b/README.ko.md @@ -49,7 +49,8 @@ i18n = { defaultLocale = "en_US.UTF-8"; inputMethod = { - enabled = "kime"; + enable = true; + type = "kime"; kime.config = { indicator.icon_color = "White"; }; diff --git a/README.md b/README.md index 0fe425d4..572b4aaf 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,8 @@ Add this code to your configuration.nix i18n = { defaultLocale = "en_US.UTF-8"; inputMethod = { - enabled = "kime"; + enable = true; + type = "kime"; kime.config = { indicator.icon_color = "White"; };