usbutils
This commit is contained in:
parent
52374175cf
commit
cbaa1897c5
2 changed files with 2 additions and 2 deletions
|
|
@ -5,6 +5,6 @@
|
||||||
./wine.nix
|
./wine.nix
|
||||||
./virt-manager.nix
|
./virt-manager.nix
|
||||||
./hsr.nix
|
./hsr.nix
|
||||||
./lsusb.nix
|
./usbutils.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
lsudb
|
usbutils
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
Loading…
Add table
Reference in a new issue