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:
parent
2b355688c5
commit
7c1ab9bcdb
1 changed files with 0 additions and 4 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue