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 = {
|
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
|
||||||
|
|
Loading…
Reference in a new issue