summaryrefslogtreecommitdiff
path: root/hosts/local/p16/keyboard.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/local/p16/keyboard.nix')
-rw-r--r--hosts/local/p16/keyboard.nix20
1 files changed, 0 insertions, 20 deletions
diff --git a/hosts/local/p16/keyboard.nix b/hosts/local/p16/keyboard.nix
index f6cfa8c..d335f22 100644
--- a/hosts/local/p16/keyboard.nix
+++ b/hosts/local/p16/keyboard.nix
@@ -4,26 +4,6 @@
HandlePowerKey = "ignore";
};
- # 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 = {
- QT_IM_MODULE = "fcitx";
- XMODIFIERS = "@im=fcitx";
- FCITX_SOCKET = "default";
- };
-
#kmonad
services.kmonad = {
enable = true;