mirror of
https://github.com/caperren/nixos-configs.git
synced 2025-11-08 19:51:14 +00:00
Added more tools for rc hobby programming and config.
This commit is contained in:
@@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -34,6 +34,7 @@
|
|||||||
killall
|
killall
|
||||||
kitty
|
kitty
|
||||||
lf
|
lf
|
||||||
|
minicom
|
||||||
ncdu
|
ncdu
|
||||||
networkmanager
|
networkmanager
|
||||||
networkmanagerapplet
|
networkmanagerapplet
|
||||||
|
|||||||
Reference in New Issue
Block a user