Remove GLFW_IM_MODULE session variable

Redundant thanks to https://github.com/nix-community/home-manager/pull/3331 being merged in home-manager
This commit is contained in:
Elnu 2022-10-16 13:10:16 -07:00
parent 2b355688c5
commit 7c1ab9bcdb

View file

@ -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";