nixdots/system/shared/hardware/default.nix

10 lines
98 B
Nix

_: {
imports = [
./cpu
./gpu
./tpm.nix
./bluetooth.nix
./generic.nix
];
}