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


             
                      
                     
                       
             
              

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