diff --git a/nixos/cli.nix b/nixos/cli.nix index 4d0f635d..70d52de7 100644 --- a/nixos/cli.nix +++ b/nixos/cli.nix @@ -17,9 +17,10 @@ pciutils powertop psmisc + usbutils + ] ++ lib.optionals (stdenv.isx86_64) [ ryzenadj turbostat - usbutils ]; };