nixos/default: Replace lsusb with cyme

This commit is contained in:
Mikael 2024-09-16 19:38:29 +02:00
parent 114e87e86c
commit 48c8302502
Signed by: mikael
SSH key fingerprint: SHA256:21QyD2Meiot7jOUVitIR5YkGB/XuXdCvLW1hE6dsri0

View file

@ -35,6 +35,8 @@
ls = null; ls = null;
ll = null; ll = null;
l = null; l = null;
lsusb = "cyme --lsusb";
}; };
systemPackages = with pkgs; [ systemPackages = with pkgs; [
@ -46,7 +48,7 @@
# Hardware info # Hardware info
pciutils pciutils
usbutils cyme
]; ];
}; };