summaryrefslogtreecommitdiff
path: root/modules/main.nix
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-12-12 13:10:04 -0600
committerSimon Parri <simonparri@ganzeria.com>2025-12-12 13:52:55 -0600
commitb72e0e0d99ade61562e18f645f7c4150e4826089 (patch)
tree7cd253a740ad86f7afce106b8ac727be9d5e941a /modules/main.nix
parenta388257f5a6e3c4260fad0ec3d61bf4c765f3577 (diff)
downloadnixos-config-b72e0e0d99ade61562e18f645f7c4150e4826089.tar.gz
nixos-config-b72e0e0d99ade61562e18f645f7c4150e4826089.zip
modules/main: Enable ibus on main computers
Diffstat (limited to 'modules/main.nix')
-rw-r--r--modules/main.nix2
1 files changed, 2 insertions, 0 deletions
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 = [];