Created
April 10, 2024 11:26
-
-
Save drupol/697ca07f5f37f52c6c792b3cc658d6a8 to your computer and use it in GitHub Desktop.
.devcontainer.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"image": "mcr.microsoft.com/devcontainers/base:alpine", | |
"features": { | |
"ghcr.io/devcontainers/features/nix:1": { | |
"extraNixConfig": "experimental-features = nix-command flakes" | |
} | |
}, | |
"onCreateCommand": "nix run home-manager/master -- init --switch && rm -rf ~/.config/git/config && nix shell nixpkgs#git -c nix run home-manager/master -- switch --flake git+https://code.europa.eu/ecphp/devs-profile#light --impure", | |
"customizations": { | |
"vscode": { | |
"settings": { | |
"terminal.integrated.defaultProfile.linux": "fish" | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment