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" + ] + } + } +}