nix-config/modules/default.nix

13 lines
127 B
Nix

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