Added more tools for rc hobby programming and config.

This commit is contained in:
2025-09-14 21:32:13 -07:00
parent f536023a14
commit cce655e475
3 changed files with 4 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
programs.qgroundcontrol.enable = true; programs.qgroundcontrol.enable = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
betaflight-configurator
mission-planner mission-planner
]; ];

View File

@@ -16,6 +16,8 @@ let
in { in {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
arduino-ide arduino-ide
dfu-util
inav-configurator
gcc gcc
gnumake gnumake
jetbrains-toolbox jetbrains-toolbox

View File

@@ -34,6 +34,7 @@
killall killall
kitty kitty
lf lf
minicom
ncdu ncdu
networkmanager networkmanager
networkmanagerapplet networkmanagerapplet