This commit is contained in:
KnightArtorias 2026-02-22 15:31:46 +00:00
parent 52374175cf
commit cbaa1897c5
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -2,6 +2,6 @@
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
lsudb usbutils
]; ];
} }