From f7cc91e85059ad416756df478a08b2dc0af04ee9 Mon Sep 17 00:00:00 2001 From: Alex Davies Date: Sun, 2 Jun 2024 12:25:41 -0300 Subject: [PATCH] Added vscode and htop --- nixos/configuration.nix | 1 + nixos/work.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 55be747..a19147a 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -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 diff --git a/nixos/work.nix b/nixos/work.nix index 4ff3476..4126638 100644 --- a/nixos/work.nix +++ b/nixos/work.nix @@ -7,6 +7,7 @@ environment.systemPackages = with pkgs; [ pkgs.qgroundcontrol + pkgs.vscode pkgs.stdenv pkgs.gcc pkgs.rustc