Skip to content

Commit

Permalink
feat: use kime
Browse files Browse the repository at this point in the history
  • Loading branch information
BeLeap committed Feb 27, 2024
1 parent 37738f8 commit 64b2650
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 9 deletions.
9 changes: 0 additions & 9 deletions hosts/common/nixos.nix
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,4 @@
package = pkgs.valent;
};
};

i18n.inputMethod = {
enabled = "ibus";
ibus = {
engines = with pkgs.ibus-engines; [
hangul
];
};
};
}
1 change: 1 addition & 0 deletions users/beleap/gui/hyprland.nix
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ in
"${pkgs.waybar}/bin/waybar"
"bash /home/beleap/.scripts/idle.sh"
"pypr"
"kime"
# Tools
"${pkgs.foot}/bin/foot"
"firefox -P personal --name firefox-personal"
Expand Down
22 changes: 22 additions & 0 deletions users/beleap/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,26 @@ in
}
);
};

i18n.inputMethod = {
enabled = "kime";
kime.config = {
indicator.icon_color = "White";
engine = {
latin = {
layout = "Colemak";
};
hangul = {
layout = "sebeolsik-3-90";
addons = {
"sebeolsik-3-90" = [
"FlexibleComposeOrder"
"ComposeChoseongSsang"
"ComposeJongseongSsang"
];
};
};
};
};
};
}

0 comments on commit 64b2650

Please sign in to comment.