summary refs log tree commit diff
path: root/modules/home
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2025-04-13 21:21:37 +0200
committerMel <mel@rnrd.eu>2025-04-13 21:21:37 +0200
commitde44d3633905a3be01f465b208ebb633fe3c9b22 (patch)
tree0cd52b0008f20fc7d97b7e571e049b4eb5df430a /modules/home
parente5f4d544e72b7f721b45df42960c614053a52d08 (diff)
downloadminerals-de44d3633905a3be01f465b208ebb633fe3c9b22.tar.zst
minerals-de44d3633905a3be01f465b208ebb633fe3c9b22.zip
Add platformio utilities
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'modules/home')
-rw-r--r--modules/home/code.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/home/code.nix b/modules/home/code.nix
index 0d4344c..334b367 100644
--- a/modules/home/code.nix
+++ b/modules/home/code.nix
@@ -41,6 +41,7 @@ let
 
     # Language support
     ms-vscode.makefile-tools
+    ms-vscode.cpptools
     ms-vscode.cpptools-extension-pack
     mesonbuild.mesonbuild
     ms-python.python
@@ -72,6 +73,8 @@ let
     # Quick editing and viewing of ad-hoc repos and pull request
     ms-vscode.remote-repositories
     github.remotehub
+    # Extra extension for PlatformIO tools
+    platformio.platformio-ide
   ];
 
   inherit (pkgs) esp-idf-full;