Files
develnixos.new/.vscode/settings.json
2023-05-27 17:57:52 +02:00

9 lines
238 B
JSON

{
"terminal.integrated.profiles.linux": {
"dev-shell": {
"path": "bash",
"args": [ "-c", "nix --experimental-features \"nix-command flakes\" develop"],
"overrideName": true
}
}
}