summaryrefslogtreecommitdiff
path: root/modules/pc/variables/fcitx.nix
blob: 0ac550faadf7cd1f347b1e61e29c784366fb6ed4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  environment.variables = {
    # https://fcitx-im.org/wiki/Using_Fcitx_5_on_Wayland
    QT_IM_MODULE = "fcitx";
    XMODIFIERS = "@im=fcitx";
    # GTK_IM_MODULE = "wayland";
    # GTK_IM_MODULE = "fcitx";
    SDL_IM_MODULE = "fcitx";
    GLFW_IM_MODULE = "ibus";
    INPUT_METHOD = "fcitx";
    CUDA_CACHE_PATH = "$XDG_CACHE_HOME/nv";
  };
}