From edfb3c69cd3ad3a4e9650a5bd100eb9e3f3c1b62 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sun, 1 Sep 2024 19:17:05 -0400 Subject: [PATCH] Add anthy --- machines/hephaestus/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/machines/hephaestus/configuration.nix b/machines/hephaestus/configuration.nix index 3bbc104..f62cf28 100644 --- a/machines/hephaestus/configuration.nix +++ b/machines/hephaestus/configuration.nix @@ -176,6 +176,11 @@ in { i18n.defaultLocale = "en_US.UTF-8"; + i18n.inputMethod = { + enabled = "ibus"; + ibus.engines = with pkgs.ibus-engines; [ anthy ]; + }; + time.timeZone = "America/Toronto"; hardware = {