diff --git a/modules/hm/vscodium.nix b/modules/hm/vscodium.nix index 4e3f3de..d213bb1 100644 --- a/modules/hm/vscodium.nix +++ b/modules/hm/vscodium.nix @@ -36,6 +36,7 @@ in ms-python.python ms-vscode.cpptools-extension-pack ms-vscode.makefile-tools + ms-vscode-remote.remote-containers ms-vscode-remote.remote-ssh njpwerner.autodocstring rust-lang.rust-analyzer @@ -51,6 +52,7 @@ in github.copilot-chat ]); userSettings = { + "dev.containers.dockerPath" = "podman"; "direnv.restart.automatic" = true; "direnv.path.executable" = (lib.getExe pkgs.direnv); "extensions.autoUpdate" = false;