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:
parent
92cdf3d349
commit
03f6fcbd64
|
@ -70,8 +70,8 @@ in
|
|||
};
|
||||
environment.sessionVariables = {
|
||||
LIBVA_DRIVER_NAME = "iHD";
|
||||
NIXOS_OZONE_WL = "1";
|
||||
}; # Force intel-media-driver
|
||||
# NIXOS_OZONE_WL = "1";
|
||||
};
|
||||
|
||||
metacfg.home.configFile."mpv/mpv.conf".text = ''
|
||||
hwdec=auto-safe
|
||||
|
|
Loading…
Reference in a new issue