about summary refs log blame commit diff stats
path: root/system/default.nix
blob: c14e62b4e38ec0342f1c198408f45f2455f9dfd6 (plain) (tree)
1
2
3
4
5
6
7
8
9
        
             
          
                       
                  
            
               
           
                                                          
    
{...}: {
  imports = [
    ./boot
    ./fileSystemLayouts
    ./font
    ./impermanence
    ./locale
    #./packages
    ./sound
    ./users # the position of this item is fully arbitrary
  ];
}