aboutsummaryrefslogtreecommitdiff
path: root/modules/default.nix
blob: d6d7b655be81e2dbd06b6f97dcc66b6ad5278701 (plain) (blame)
1
2
3
4
5
6
7
8
9
{ ... }:
{
  imports = [
    ./home-manager.nix
    ./host-config.nix
    ./ssh.nix
    ./user.nix
  ];
}