From 0f2837297ba5070b9a77c992598098910f48a96c Mon Sep 17 00:00:00 2001 From: Innovation Date: Mon, 6 May 2024 20:03:06 -0500 Subject: [PATCH] Added usbutils and pciutils --- nixos/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 984808e..f207b72 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -112,6 +112,8 @@ gpsd python311Full python311Packages.pip + usbutils + pciutils ]; services.gpsd = {