{ pkgs, ... }: { environment.systemPackages = with pkgs; [ usbutils lm_sensors pciutils ]; boot.kernelParams = [ "usbcore.autosuspend=-1" ]; }