7 lines
		
	
	
	
		
			169 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			169 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{pkgs, ...}: {
 | 
						|
  programs.bat = {
 | 
						|
    enable = true;
 | 
						|
    extraPackages = with pkgs.bat-extras; [batdiff batman batgrep batwatch];
 | 
						|
    # catppuccin.enable = true;
 | 
						|
  };
 | 
						|
}
 |