about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--modules/systems/software.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/modules/systems/software.nix b/modules/systems/software.nix
index 897b931..d0dbf2e 100644
--- a/modules/systems/software.nix
+++ b/modules/systems/software.nix
@@ -3,14 +3,16 @@
 {
   environment.systemPackages = with pkgs; [
     curl
+    dmidecode
     git
     htop
     hwdata
     iftop
     iptraf-ng
     lm_sensors
+    lsb-release
     mg
-    parted
+    openssl
     parted
     pciutils
     rsync
@@ -18,6 +20,9 @@
     tcpdump
     tmux
     unzip
+    unzip
+    usbutils
     vim
+    wget
   ];
 }