forked from Shinonome/dots-hyprland
21 lines
467 B
Nix
21 lines
467 B
Nix
{
|
|
# This file only defines the `env` attribute, which is a part of the settings.
|
|
env = [
|
|
"QT_IM_MODULE, fcitx"
|
|
"XMODIFIERS, @im=fcitx"
|
|
"SDL_IM_MODULE, fcitx"
|
|
"GLFW_IM_MODULE, ibus"
|
|
"INPUT_METHOD, fcitx"
|
|
|
|
"ELECTRON_OZONE_PLATFORM_HINT, auto"
|
|
|
|
"QT_QPA_PLATFORM, wayland"
|
|
"QT_QPA_PLATFORMTHEME, kde"
|
|
"XDG_MENU_PREFIX, plasma-"
|
|
|
|
"ILLOGICAL_IMPULSE_VIRTUAL_ENV, ~/.local/state/quickshell/.venv"
|
|
|
|
"TERMINAL, kitty -1"
|
|
];
|
|
}
|