nix-config/hosts/servers/common/default.nix

10 lines
104 B
Nix

{ ... }:
{
imports = [
./boot.nix
./home-manager.nix
./nix.nix
./services.nix
];
}