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; [
|
||||
# Code Editors
|
||||
vscode
|
||||
kotlin
|
||||
rustup
|
||||
pyenv
|
||||
gcc
|
||||
arduino-ide
|
||||
|
||||
# Dev Tools
|
||||
nixd
|
||||
nixpkgs-fmt
|
||||
pyenv
|
||||
rustup
|
||||
|
||||
# Languages
|
||||
gcc
|
||||
kotlin
|
||||
nodejs
|
||||
php
|
||||
];
|
||||
|
||||
programs.direnv = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue