Use wayland for electron apps

This commit is contained in:
Username404-59 2026-06-29 17:29:29 +02:00
parent a7a331f308
commit 2d174cdf68
Signed by: Username404-59
GPG Key ID: F3A1878B14F5F0D7

View File

@ -120,6 +120,8 @@ in
# flatpak --user install org.freedesktop.Platform.GL.mesa-git # flatpak --user install org.freedesktop.Platform.GL.mesa-git
# flatpak --user install org.freedesktop.Platform.GL32.mesa-git # flatpak --user install org.freedesktop.Platform.GL32.mesa-git
FLATPAK_GL_DRIVERS = "mesa-git"; FLATPAK_GL_DRIVERS = "mesa-git";
NIXOS_OZONE_WL = "1"; # Makes electron apps (e.g discord & spotify) use wayland
}; };
programs = { programs = {