mirror of
https://github.com/caperren/nixos-configs.git
synced 2025-11-08 19:51:14 +00:00
Added ground station software for hobby rc flying
This commit is contained in:
9
modules/application-groups/hobby-rc.nix
Normal file
9
modules/application-groups/hobby-rc.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
programs.qgroundcontrol.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
mission-planner
|
||||
];
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user