diff options
author | Alex Auvolat <alex@adnab.me> | 2024-02-28 11:18:41 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-02-28 11:18:41 +0100 |
commit | fd8171428f516a7ad859949653efec79b5941f84 (patch) | |
tree | e5a8d99743bcf622e9755b63c4e3e805c5716807 /nixos | |
parent | b14a39e9584d9604e700979b7c5522341538fa03 (diff) | |
download | user-config-fd8171428f516a7ad859949653efec79b5941f84.tar.gz user-config-fd8171428f516a7ad859949653efec79b5941f84.zip |
add moreutils
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/common.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/common.nix b/nixos/common.nix index 7bda880..f792d98 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -200,6 +200,7 @@ jnettop nethogs mtr + moreutils nvme-cli smartmontools speedtest-cli |