From cb42ae1a2162d5325465214ee0ca741d060bbf41 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 19 Jun 2024 18:45:05 -0600 Subject: [PATCH] Create devcontainer.json --- .devcontainer/devcontainer.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..8984ed6 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,14 @@ +{ + "image": "ghcr.io/gizmo385/dotfiles:main", + "features": { + "ghcr.io/devcontainers/features/docker-in-docker:2.11.0": {} + }, + "customizations": { + "vscode": { + "extensions": [ + "vscodevim.vim", + "bbenoist.Nix" + ] + } + } +}