Move zsh config to zsh.nix
This commit is contained in:
		
							parent
							
								
									2aa3bd96f2
								
							
						
					
					
						commit
						52d34d7425
					
				
							
								
								
									
										8
									
								
								home.nix
								
								
								
								
							
							
						
						
									
										8
									
								
								home.nix
								
								
								
								
							| 
						 | 
				
			
			@ -5,15 +5,9 @@ in
 | 
			
		|||
    imports = [
 | 
			
		||||
      ./vim.nix
 | 
			
		||||
      ./git.nix
 | 
			
		||||
      ./zsh.nix
 | 
			
		||||
    ];
 | 
			
		||||
 | 
			
		||||
    programs.zsh = {
 | 
			
		||||
      enable = true;
 | 
			
		||||
      enableAutosuggestions = true;
 | 
			
		||||
      enableCompletion = true;
 | 
			
		||||
      enableVteIntegration = true;
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
    home.packages = with pkgs; [
 | 
			
		||||
      htop
 | 
			
		||||
      wget
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue