Loading
Revert "code-cursor: use chromium's inbuilt x11wayland renderer by defaullt"
This reverts commit 8ceaa4ac. This is just bad and not intended behaviour. `x11` is the default, and setting this to "auto" means Electron will choose the platform to run automatically (potentially switching to use Wayland backend). if an user does not want to run this app on Wayland they should unset `NIXOS_OZONE_WL` instead. General distro wide (NixOS) expectation is that `NIXOS_OZONE_WL` will make all electron apps use Wayland backend. and this contradicts that. If the idea is to force X11, due to upstream not having proper Wayland support, this whole line should be removed instead. https://github.com/NixOS/nixpkgs/pull/401864/files#r2083493979