nixdots/system/hardware/default.nix

8 lines
68 B
Nix

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