diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-12-14 14:29:23 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-12-14 14:29:23 +0100 |
commit | ccbd137837f7dcea0796f2fcdeee903b4f4158c4 (patch) | |
tree | afacb6c09782adb7941c6461c68707da10bc3b94 /hosts | |
parent | build(treewide): Update (diff) | |
download | nixos-config-ccbd137837f7dcea0796f2fcdeee903b4f4158c4.tar.gz nixos-config-ccbd137837f7dcea0796f2fcdeee903b4f4158c4.zip |
fix(modules/inputMethods): Remove
This is a huge hack, that doesn't even work with all my applications (notably, alacritty does not support ibus.) As such, simply disabling it is the right call.
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/tiamat/hardware.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hosts/tiamat/hardware.nix b/hosts/tiamat/hardware.nix index 2e868703..97600848 100644 --- a/hosts/tiamat/hardware.nix +++ b/hosts/tiamat/hardware.nix @@ -4,7 +4,6 @@ ]; soispha = { - services.inputMethod.enable = true; hardware = { enable = true; cpuType = "amd"; |