oscar: Remove NIXOS_OZONE_WL, now unneeded

Per the Wiki, this has been unnecessary since 25.05, when Chromium and
Electron started defaulting to Wayland-native on Wayland systems:

https://wiki.nixos.org/wiki/Wayland#Electron_and_Chromium
This commit is contained in:
Chandler Swift 2026-02-03 10:02:22 -06:00
parent 7fc13776f6
commit 4cc18ec445
No known key found for this signature in database
GPG key ID: B123483B24A4D579

View file

@ -98,7 +98,6 @@
};
environment.sessionVariables = {
NIXOS_OZONE_WL = "1";
BUILDKIT_PROGRESS = "plain";
};