8 lines
		
	
	
	
		
			151 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			151 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{
 | 
						|
  imports = [
 | 
						|
    ./editor # Still need to implement nvim
 | 
						|
    ./multiplexer # Still need to implement tmux and screen
 | 
						|
    ./shell
 | 
						|
    ./tools
 | 
						|
  ];
 | 
						|
}
 |