flake/nixos/modules/hardware/default.nix

7 lines
61 B
Nix

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