nixdots/system/shared/hardware/default.nix
2024-05-15 20:47:15 +02:00

9 lines
78 B
Nix

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