This commit is contained in:
KnightArtorias 2026-02-21 19:46:17 +00:00
parent 19bca024b6
commit 52374175cf
2 changed files with 8 additions and 0 deletions

View file

@ -5,5 +5,6 @@
./wine.nix
./virt-manager.nix
./hsr.nix
./lsusb.nix
];
}

View file

@ -0,0 +1,7 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
lsudb
];
}