nixos-config/modules/hardware/default.nix
2024-07-11 13:22:57 +09:00

9 lines
78 B
Nix

{ ... }:
{
imports = [
./cpu
./gpu
./ssd
];
}