diff options
| author | Mel <einebeere@gmail.com> | 2025-01-15 22:44:33 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2025-01-15 22:44:33 +0100 |
| commit | 5ba52ebbc8a1dd6c27bdc13a4198d3bcaeeae0cb (patch) | |
| tree | d4b4efbf7de99fa98a019863c04e8bee0cbb96ae /modules/home/code.nix | |
| parent | 41fc9283849a4d9bb0c3e4fe01cda0e4a83119a8 (diff) | |
| download | minerals-5ba52ebbc8a1dd6c27bdc13a4198d3bcaeeae0cb.tar.zst minerals-5ba52ebbc8a1dd6c27bdc13a4198d3bcaeeae0cb.zip | |
Add ESP-IDF tools and VSCode extension
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'modules/home/code.nix')
| -rw-r--r-- | modules/home/code.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/home/code.nix b/modules/home/code.nix index 053d550..ad3c8f7 100644 --- a/modules/home/code.nix +++ b/modules/home/code.nix @@ -45,7 +45,8 @@ let ]; externalExtensions = with pkgs.open-vsx; [ - # Small extensions that aren't included in nixpkgs + # Extensions that aren't included in nixpkgs + espressif.esp-idf-extension geequlim.godot-tools miguelsolorio.fluent-icons tonybaloney.vscode-pets |
