nix-files/hosts/common/hardware/default.nix
colin 84a17f4599 move hardware out of modules into hosts/common
i want for `modules/` to behave like a more typical `modules` directory,
where functionality is opt-in.
2022-11-22 02:52:07 +00:00

9 lines
64 B
Nix

{ ... }:
{
imports = [
./all.nix
./x86_64.nix
];
}