nix-config/modules/default.nix

12 lines
108 B
Nix

# Common modules
{ ... }:
{
imports = [
./hardware
./home.nix
./services
./system
];
}