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

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