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;
|
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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue