From 201a5ff63c44213e72771a5fae52741d750337fb Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sun, 8 Dec 2024 18:22:47 +0100 Subject: add pciutils and usbutils --- nixos/parts/basics-physical.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 nixos/parts/basics-physical.nix (limited to 'nixos/parts/basics-physical.nix') diff --git a/nixos/parts/basics-physical.nix b/nixos/parts/basics-physical.nix new file mode 100644 index 0000000..683c3b2 --- /dev/null +++ b/nixos/parts/basics-physical.nix @@ -0,0 +1,8 @@ +{ config, pkgs, ... }: + +{ + environment.systemPackages = with pkgs; [ + pciutils + usbutils + ]; +} -- cgit v1.2.3