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


        
             
          
           
             
                   
         
              
              
           
    
 
{ ... }:

{
  imports = [
    ./boot
    ./btrfs
    ./console
    ./documentation
    ./nix
    ./packages
    ./security
    ./users
  ];
}