From 7c1ab9bcdbcc42fae41250dfd87e4068d7f2d57c Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Sun, 16 Oct 2022 13:10:16 -0700 Subject: [PATCH] Remove GLFW_IM_MODULE session variable Redundant thanks to https://github.com/nix-community/home-manager/pull/3331 being merged in home-manager --- fcitx5.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/fcitx5.nix b/fcitx5.nix index b8f67c5..2b1bfcc 100644 --- a/fcitx5.nix +++ b/fcitx5.nix @@ -21,10 +21,6 @@ in fcitx5.addons = with pkgs.fcitx-engines; [ anthy ]; }; - home.sessionVariables = { - GLFW_IM_MODULE = "ibus"; # IME support in kitty - }; - home.file = { "${themes}Nord-Dark".source = "${nord}/Nord-Dark"; "${themes}Nord-Light".source = "${nord}/Nord-Light";