11 lines
		
	
	
	
		
			126 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			126 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{
 | 
						|
  imports = [
 | 
						|
    ./boot
 | 
						|
    ./displayManager
 | 
						|
    ./networking
 | 
						|
    ./nix
 | 
						|
    ./security
 | 
						|
    ./shell
 | 
						|
    ./locale.nix
 | 
						|
  ];
 | 
						|
}
 |