disable NIXOS_OZONE_WL

this causes an issue with VSCode, see #5
This commit is contained in:
Seaswimmer 2024-11-17 16:04:58 -05:00
parent 6d1065e6b7
commit 54fcd874f1
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -12,6 +12,7 @@
environment.sessionVariables = {
# Enable Ozone Wayland support in Chromium and Electron applications
NIXOS_OZONE_WL = lib.mkDefault "1";
#TODO - This causes issues with VSCode until the November 2024 release.
# NIXOS_OZONE_WL = lib.mkDefault "1";
};
}