From b72e0e0d99ade61562e18f645f7c4150e4826089 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Fri, 12 Dec 2025 13:10:04 -0600 Subject: modules/main: Enable ibus on main computers --- modules/main.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/main.nix b/modules/main.nix index b5f6f74..af449d6 100644 --- a/modules/main.nix +++ b/modules/main.nix @@ -13,6 +13,8 @@ in this.overlays.emacs.enable = true; + i18n.inputMethod.enable = true; + fonts.fontconfig.defaultFonts = { serif = []; sansSerif = []; -- cgit v1.2.3