diff options
| author | Simon Parri <simonparri@ganzeria.com> | 2025-12-12 13:10:04 -0600 |
|---|---|---|
| committer | Simon Parri <simonparri@ganzeria.com> | 2025-12-12 13:52:55 -0600 |
| commit | b72e0e0d99ade61562e18f645f7c4150e4826089 (patch) | |
| tree | 7cd253a740ad86f7afce106b8ac727be9d5e941a | |
| parent | a388257f5a6e3c4260fad0ec3d61bf4c765f3577 (diff) | |
| download | nixos-config-b72e0e0d99ade61562e18f645f7c4150e4826089.tar.gz nixos-config-b72e0e0d99ade61562e18f645f7c4150e4826089.zip | |
modules/main: Enable ibus on main computers
| -rw-r--r-- | modules/main.nix | 2 |
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 = []; |
