hosts: split zsh into a module
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
		
							
								
								
									
										13
									
								
								hosts/modules/zsh/default.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								hosts/modules/zsh/default.nix
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,13 @@
 | 
			
		||||
{ ... }:
 | 
			
		||||
{
 | 
			
		||||
  programs.zsh = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
    histSize = 30000;
 | 
			
		||||
    enableBashCompletion = true;
 | 
			
		||||
    enableCompletion = true;
 | 
			
		||||
    autosuggestions = {
 | 
			
		||||
      enable = true;
 | 
			
		||||
      highlightStyle = "fg=yellow,bold";
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user