nix-files/hosts/common/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

7 lines
47 B
Nix

{ ... }:
{
imports = [
./hardware
];
}