use x11 for now
This commit is contained in:
parent
884cf858f1
commit
601eff493f
1 changed files with 0 additions and 5 deletions
|
@ -17,11 +17,6 @@ desktop: { pkgs, ... }: {
|
||||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||||
'';
|
'';
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
SDL_VIDEODRIVER = "wayland";
|
|
||||||
QT_QPA_PLATFORM = "wayland";
|
|
||||||
QT_WAYLAND_DISABLE_WINDOWDECORATION = 1;
|
|
||||||
_JAVA_AWT_WM_NONREPARENTING = 1;
|
|
||||||
MOZ_ENABLE_WAYLAND = 1;
|
|
||||||
GTK_IM_MODULE = "ibus";
|
GTK_IM_MODULE = "ibus";
|
||||||
QT_IM_MODULE = "ibus";
|
QT_IM_MODULE = "ibus";
|
||||||
XMODIFIERS = "@im=ibus";
|
XMODIFIERS = "@im=ibus";
|
||||||
|
|
Loading…
Reference in a new issue