lsusb
This commit is contained in:
parent
19bca024b6
commit
52374175cf
2 changed files with 8 additions and 0 deletions
|
|
@ -5,5 +5,6 @@
|
|||
./wine.nix
|
||||
./virt-manager.nix
|
||||
./hsr.nix
|
||||
./lsusb.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
7
nixos/roles/physical/desktop/common/apps/lsusb.nix
Normal file
7
nixos/roles/physical/desktop/common/apps/lsusb.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
lsudb
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue