NixToSee/modules/hardware/default.nix
2024-12-14 04:56:02 +01:00

9 lines
127 B
Nix

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