about summary refs log tree commit diff stats
path: root/hosts
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-12-09 19:33:09 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-12-09 19:37:53 +0100
commitfa52496b454343c08195b26353b5c52078c420af (patch)
tree201290fe9d45cdd1501929f7c5492d6081341d07 /hosts
parentfix(modules/ollama): Always use the CPU for ollama (diff)
downloadnixos-config-fa52496b454343c08195b26353b5c52078c420af.tar.gz
nixos-config-fa52496b454343c08195b26353b5c52078c420af.zip
feat(modules/inputMethod): Init prime
Diffstat (limited to 'hosts')
-rw-r--r--hosts/tiamat/hardware.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/tiamat/hardware.nix b/hosts/tiamat/hardware.nix
index 97600848..2e868703 100644
--- a/hosts/tiamat/hardware.nix
+++ b/hosts/tiamat/hardware.nix
@@ -4,6 +4,7 @@
   ];
 
   soispha = {
+    services.inputMethod.enable = true;
     hardware = {
       enable = true;
       cpuType = "amd";