summaryrefslogtreecommitdiff
path: root/hosts/local/s15
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/local/s15')
-rw-r--r--hosts/local/s15/keyboard.nix20
1 files changed, 0 insertions, 20 deletions
diff --git a/hosts/local/s15/keyboard.nix b/hosts/local/s15/keyboard.nix
index 88f8545..19b05be 100644
--- a/hosts/local/s15/keyboard.nix
+++ b/hosts/local/s15/keyboard.nix
@@ -9,26 +9,6 @@
HandlePowerKey=ignore
'';
- # config file keeps getting rewritten but I don't know by who
- # i18n.inputMethod = {
- # enabled = "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 = lib.mkIf (pkgs.system == "x86_64-linux") {
enable = true;