Install Arduino IDE on Marauder
This commit is contained in:
parent
3bc1357bb1
commit
1ac3895177
1 changed files with 12 additions and 4 deletions
|
|
@ -5,13 +5,21 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
# Code Editors
|
||||||
vscode
|
vscode
|
||||||
kotlin
|
arduino-ide
|
||||||
rustup
|
|
||||||
pyenv
|
# Dev Tools
|
||||||
gcc
|
|
||||||
nixd
|
nixd
|
||||||
nixpkgs-fmt
|
nixpkgs-fmt
|
||||||
|
pyenv
|
||||||
|
rustup
|
||||||
|
|
||||||
|
# Languages
|
||||||
|
gcc
|
||||||
|
kotlin
|
||||||
|
nodejs
|
||||||
|
php
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.direnv = {
|
programs.direnv = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue