about summary refs log blame commit diff stats
path: root/system/default.nix
blob: a417aecc657d2d681f44600cb2a2a2dc8ecd32a8 (plain) (tree)
1
2
3
4
5
6
7
8
9
        
             
          
                       
                  
            
           
                                                          
            
              
              
               
    
                                               

                         
 
{...}: {
  imports = [
    ./boot
    ./fileSystemLayouts
    ./font
    ./impermanence
    ./locale
    ./sound
    ./users # the position of this item is fully arbitrary
    ./polkit
    ./hardware
    ./services
    ./tempfiles
  ];
  # remove all bloat, nixos installs by default
  environment = {
    defaultPackages = [];
  };
}