nix-config/modules/default.nix

14 lines
141 B
Nix

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