ooknet/nixos/modules/host/hardware/default.nix
2024-06-11 22:37:17 +12:00

8 lines
75 B
Nix

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