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 | |
| 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')
| -rw-r--r-- | modules/common.nix | 2 | ||||
| -rw-r--r-- | modules/home/code.nix | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/modules/common.nix b/modules/common.nix index cf2dca2..c248710 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -95,7 +95,7 @@ androidStudioPackages.dev winetricks bottles - scrcpy apfs-fuse nfs-utils + scrcpy apfs-fuse nfs-utils esp-idf-full borgbackup pika-backup prismlauncher xonotic 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 |
