Make vesktop run in wayland mode
This commit is contained in:
parent
448e8e11e3
commit
3b68fb1d05
|
@ -83,6 +83,10 @@ let
|
|||
glib-compile-schemas $out/share/glib-2.0/schemas
|
||||
'';
|
||||
});
|
||||
|
||||
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;
|
||||
});
|
||||
};
|
||||
|
||||
overlay-libs = final: prev: {
|
||||
|
@ -135,6 +139,3 @@ in
|
|||
|
||||
# Bug fixes
|
||||
] # we assign the overlay created before to the overlays of nixpkgs.
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue