Skip to content

Commit

Permalink
Create devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmo385 authored Jun 20, 2024
1 parent 8fd0e92 commit cb42ae1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
}
}

0 comments on commit cb42ae1

Please sign in to comment.