nix-files/modules/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

13 lines
132 B
Nix

{ ... }:
{
imports = [
./gui
./image.nix
./impermanence.nix
./nixcache.nix
./services
./universal
];
}