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

8 lines
75 B
Nix

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