Added vscode and htop
This commit is contained in:
parent
1ca723e500
commit
f7cc91e850
@ -87,6 +87,7 @@
|
|||||||
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
||||||
# wget
|
# wget
|
||||||
pkgs.mosh
|
pkgs.mosh
|
||||||
|
pkgs.htop
|
||||||
pkgs.git
|
pkgs.git
|
||||||
pkgs.usbutils
|
pkgs.usbutils
|
||||||
pkgs.pciutils
|
pkgs.pciutils
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
pkgs.qgroundcontrol
|
pkgs.qgroundcontrol
|
||||||
|
pkgs.vscode
|
||||||
pkgs.stdenv
|
pkgs.stdenv
|
||||||
pkgs.gcc
|
pkgs.gcc
|
||||||
pkgs.rustc
|
pkgs.rustc
|
||||||
|
Loading…
Reference in New Issue
Block a user