ooknet/inputs/system/modules/base/host/hardware/default.nix

8 lines
71 B
Nix

{
imports = [
./cpu
./gpu
./features
./common
];
}