summaryrefslogtreecommitdiff
path: root/hosts/local/master/keyboard.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/local/master/keyboard.nix')
-rw-r--r--hosts/local/master/keyboard.nix19
1 files changed, 0 insertions, 19 deletions
diff --git a/hosts/local/master/keyboard.nix b/hosts/local/master/keyboard.nix
index 6cdcd98..5e2e241 100644
--- a/hosts/local/master/keyboard.nix
+++ b/hosts/local/master/keyboard.nix
@@ -5,25 +5,6 @@
};
# config file keeps getting rewritten but I don't know by who
- i18n.inputMethod = {
- enable = true;
- type = "fcitx5";
- fcitx5.addons = with pkgs; [
- fcitx5-mozc
- # mozc-ut is better, wat do
- fcitx5-gtk
- libsForQt5.fcitx5-qt
- fcitx5-lua
- fcitx5-configtool
- fcitx5-rime
- ];
- };
- environment.variables = {
- GTK_IM_MODULE = "fcitx";
- QT_IM_MODULE = "fcitx";
- XMODIFIERS = "@im=fcitx";
- FCITX_SOCKET = "default";
- };
#kmonad
services.kmonad = {