Compare commits
3 commits
5da2417f69
...
357866e46b
Author | SHA1 | Date | |
---|---|---|---|
|
357866e46b | ||
|
cf0e90cb59 | ||
|
b42b7b2755 |
|
@ -96,7 +96,6 @@ in
|
||||||
QT_QPA_PLATFORM = "wayland";
|
QT_QPA_PLATFORM = "wayland";
|
||||||
QT_WAYLAND_DISABLE_WINDOWDECORATION = "1";
|
QT_WAYLAND_DISABLE_WINDOWDECORATION = "1";
|
||||||
QT_IM_MODULE = "fcitx";
|
QT_IM_MODULE = "fcitx";
|
||||||
GTK_IM_MODULE = "fcitx"; # Til text-input is merged
|
|
||||||
# export NIXOS_OZONE_WL=1 # Until text-input is merged
|
# export NIXOS_OZONE_WL=1 # Until text-input is merged
|
||||||
DISPLAY = xwayland-display;
|
DISPLAY = xwayland-display;
|
||||||
} // lib.optionalAttrs osConfig.services.desktopManager.plasma6.enable {
|
} // lib.optionalAttrs osConfig.services.desktopManager.plasma6.enable {
|
||||||
|
|
|
@ -85,7 +85,7 @@ let
|
||||||
});
|
});
|
||||||
|
|
||||||
vesktop = prev.vesktop.overrideAttrs (attrs: {
|
vesktop = prev.vesktop.overrideAttrs (attrs: {
|
||||||
postFixup = builtins.replaceStrings [ "NIXOS_OZONE_WL" "--enable-wayland-ime" ] [ "WAYLAND_DISPLAY" "--enable-wayland-ime --wayland-text-input-version=3" ] attrs.postFixup;
|
postFixup = builtins.replaceStrings [ "NIXOS_OZONE_WL" "--enable-wayland-ime=true" ] [ "WAYLAND_DISPLAY" "--enable-wayland-ime=true --wayland-text-input-version=3" ] attrs.postFixup;
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue