NixToSee/modules/hardware/default.nix
2024-12-13 19:06:00 +01:00

9 lines
126 B
Nix

{...}: {
imports = [
./bluetooth.nix
./fwupd.nix
./scan_and_print.nix
./trackpoint.nix
./gpu.nix
];
}