haios/modules/nixos/hardware/default.nix
2025-02-17 20:55:18 +02:00

7 lines
62 B
Nix

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