7 lines
		
	
	
	
		
			103 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			103 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{...}: {
 | 
						|
  programs.eza = {
 | 
						|
    enable = true;
 | 
						|
    enableZshIntegration = true;
 | 
						|
    git = true;
 | 
						|
  };
 | 
						|
}
 |