flake/nixos/modules/hardware/default.nix

8 lines
61 B
Nix
Raw Normal View History

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