nixos/default: Replace lsusb with cyme
This commit is contained in:
parent
114e87e86c
commit
48c8302502
1 changed files with 3 additions and 1 deletions
|
@ -35,6 +35,8 @@
|
|||
ls = null;
|
||||
ll = null;
|
||||
l = null;
|
||||
|
||||
lsusb = "cyme --lsusb";
|
||||
};
|
||||
|
||||
systemPackages = with pkgs; [
|
||||
|
@ -46,7 +48,7 @@
|
|||
|
||||
# Hardware info
|
||||
pciutils
|
||||
usbutils
|
||||
cyme
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue