diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-09 17:21:16 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-09 17:21:16 -0800 |
commit | 6b93b9f7b83ae1ff715b2e8810e3fefd5ca4c945 (patch) | |
tree | fdf9a434afdc8510da21a55da9b590ced2e94c74 | |
parent | hosts: remove / clean code (diff) | |
download | world-6b93b9f7b83ae1ff715b2e8810e3fefd5ca4c945.tar.gz |
systems: more packages
-rw-r--r-- | modules/systems/software.nix | 7 |
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 ]; } |