chore: comment out NIXOS_OZONE_WL environment variable

Disable the NIXOS_OZONE_WL environment variable in session variables to avoid potential conflicts. This change ensures the stability of the GUI service while leaving the intel-media-driver configuration untouched.
This commit is contained in:
Harald Hoyer 2024-10-07 09:14:33 +02:00
parent 92cdf3d349
commit 03f6fcbd64

View file

@ -70,8 +70,8 @@ in
}; };
environment.sessionVariables = { environment.sessionVariables = {
LIBVA_DRIVER_NAME = "iHD"; LIBVA_DRIVER_NAME = "iHD";
NIXOS_OZONE_WL = "1"; # NIXOS_OZONE_WL = "1";
}; # Force intel-media-driver };
metacfg.home.configFile."mpv/mpv.conf".text = '' metacfg.home.configFile."mpv/mpv.conf".text = ''
hwdec=auto-safe hwdec=auto-safe