From 25b83140f43f23d46580dc21096cae21eea5d3e1 Mon Sep 17 00:00:00 2001 From: Lumpiasty Date: Wed, 17 Dec 2025 20:32:09 +0100 Subject: [PATCH] add useful system utils --- modules/system/shell.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/system/shell.nix b/modules/system/shell.nix index 182ccf9..437c03d 100644 --- a/modules/system/shell.nix +++ b/modules/system/shell.nix @@ -8,6 +8,8 @@ wget htop tree + usbutils + pciutils ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];