flake/nixos/modules/hardware/default.nix

9 lines
79 B
Nix
Raw Normal View History

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