Fix wsl gui apps not launching

This commit is contained in:
Aleksandr Lebedev 2025-04-03 09:14:32 +02:00
parent 14c3be409f
commit 0af6964b53

View file

@ -73,6 +73,7 @@
]; ];
environment.sessionVariables = { environment.sessionVariables = {
NIXOS_OZONE_WL = "1"; NIXOS_OZONE_WL = "1";
XDG_RUNTIME_DIR = "/mnt/wslg/runtime-dir"; #sometimes gui apps stop working in wsl. This option makes GUI apps load much slower but at least they work https://github.com/microsoft/wslg/issues/1303#issuecomment-2764300164
}; };
hardware = { hardware = {