From 0af6964b53cdaad2ac2cf5b521444176a7af8c36 Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Thu, 3 Apr 2025 09:14:32 +0200 Subject: [PATCH] Fix wsl gui apps not launching --- nixos/wsl.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/wsl.nix b/nixos/wsl.nix index d430d7f..3e2acc0 100644 --- a/nixos/wsl.nix +++ b/nixos/wsl.nix @@ -73,6 +73,7 @@ ]; environment.sessionVariables = { 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 = {