aboutsummaryrefslogblamecommitdiff
path: root/modules/common/default.nix
blob: 0597a6cca6307be157d8ce3ce536148ed101a7e3 (plain) (tree)
1
2
3
4
5
6
7
8
9


             
                      

                     
             

    
{ ... }:
{
  imports = [
    ./home-manager.nix
    ./home.nix
    ./host-config.nix
    ./ssh.nix
  ];
}