From 98b4f076f089b724d6e389b58409ccd48bf4a4c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20Schwarz=C3=A4ugl?= Date: Sat, 22 Mar 2025 22:40:16 +0100 Subject: [PATCH] feat: add [pci,usb]-utils --- SwarselSystems.org | 4 ++++ profiles/nixos/common/packages.nix | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/SwarselSystems.org b/SwarselSystems.org index 2fce2d8..ea7cf76 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -4835,6 +4835,10 @@ Mostly used to install some compilers and lsp's that I want to have available wh # proc info acpi + # pci info + pciutils + usbutils + # better make for general tasks just diff --git a/profiles/nixos/common/packages.nix b/profiles/nixos/common/packages.nix index 87dcb14..90c41ed 100644 --- a/profiles/nixos/common/packages.nix +++ b/profiles/nixos/common/packages.nix @@ -39,6 +39,10 @@ # proc info acpi + # pci info + pciutils + usbutils + # better make for general tasks just