Skip to content

Commit

Permalink
Update documentation for nixpkgs breaking change
Browse files Browse the repository at this point in the history
nixpkgs change: NixOS/nixpkgs#310708
  • Loading branch information
importantblimp committed Jul 14, 2024
1 parent f82ce41 commit 289be0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
i18n = {
defaultLocale = "en_US.UTF-8";
inputMethod = {
enabled = "kime";
enable = true;
type = "kime";
kime.config = {
indicator.icon_color = "White";
};
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
Expand Down

0 comments on commit 289be0f

Please sign in to comment.