Added vscode and htop

This commit is contained in:
Alex Davies 2024-06-02 12:25:41 -03:00
parent 1ca723e500
commit f7cc91e850
2 changed files with 2 additions and 0 deletions

View File

@ -87,6 +87,7 @@
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
# wget
pkgs.mosh
pkgs.htop
pkgs.git
pkgs.usbutils
pkgs.pciutils

View File

@ -7,6 +7,7 @@
environment.systemPackages = with pkgs; [
pkgs.qgroundcontrol
pkgs.vscode
pkgs.stdenv
pkgs.gcc
pkgs.rustc