diff --git a/system/wsl.nix b/system/wsl.nix index 62c03de..485f6f3 100644 --- a/system/wsl.nix +++ b/system/wsl.nix @@ -46,6 +46,10 @@ with lib; nix-ld.enable = true; }; + services = { + vscode-server.enable = true; + }; + virtualisation = { podman.dockerCompat = false; docker = {