aboutsummaryrefslogtreecommitdiff
path: root/hosts/common/system/software.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/common/system/software.nix')
-rw-r--r--hosts/common/system/software.nix29
1 files changed, 29 insertions, 0 deletions
diff --git a/hosts/common/system/software.nix b/hosts/common/system/software.nix
new file mode 100644
index 0000000..fa919ae
--- /dev/null
+++ b/hosts/common/system/software.nix
@@ -0,0 +1,29 @@
+{pkgs, config, lib, ...}:
+
+{
+ environment.systemPackages = with pkgs; [
+ curl
+ dmidecode
+ git
+ htop
+ hwdata
+ iftop
+ iptraf-ng
+ lm_sensors
+ lsb-release
+ mg
+ mtr
+ openssl
+ parted
+ pciutils
+ rsync
+ strace
+ tcpdump
+ tmux
+ traceroute
+ unzip
+ usbutils
+ vim
+ wget
+ ];
+}